react-plotly.js
react-plotly.js copied to clipboard
Show full label on Y axis (bar chart)
Hi! First up, thank you for the amazing library! I noticed that slightly longer labels on the y-axis gets hidden.
Is there any setting or workaround to make the text fully visible?

Thank you!
I also faced this problem!!
set layout margin attribute . eg: {layout: {margin: {l: 150}}}