react-plotly.js icon indicating copy to clipboard operation
react-plotly.js copied to clipboard

Show full label on Y axis (bar chart)

Open shivkanthb opened this issue 4 years ago • 2 comments

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!

shivkanthb avatar Jun 10 '21 07:06 shivkanthb

I also faced this problem!!

danhnm1203 avatar Nov 23 '21 07:11 danhnm1203

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

allan852 avatar Dec 02 '22 11:12 allan852