plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.02k stars 136 forks source link

Show full label on Y axis (bar chart) #246

Open shivkanthb opened 3 years ago

shivkanthb commented 3 years ago

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?

Screen Shot 2021-06-10 at 12 28 15 AM

Thank you!

danhnm1203 commented 2 years ago

I also faced this problem!!

allan852 commented 1 year ago

set layout margin attribute . eg: {layout: {margin: {l: 150}}}