Open
Description
Description of Bug
Histogram x-axis and y-axis labels are not showing on the dashboard using the function plotly(). I've checked the Plotly documents to double check my code, but my syntax is correct. When I run Plotly's function fig.show(), my specific graph's x and y-axis labels show. I looked at Preswald's interface/componenets.py in class def plotly(fig, size) and didn't see any code dedicated to label handling.
Screenshot of component.py , class plotly()
To Reproduce
Sample script given on Prewald's website produces the same problem:
Expected Behavior
Histogram x-axis and y-axis labels showing in their respective sides.
Screenshots
1. Screenshot x and y-axis labels not showing:
2. Screenshot and code where x-axis & y-axis show
Instead of running plotly(fig), I ran fig.show().
Environment:
- MacOS
- Chrome
- Version 134.0.6998.118