plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.83k stars 1.85k forks source link

allow configurable space between pie chart title and pie labels #4932

Open starlordgit007 opened 4 years ago

starlordgit007 commented 4 years ago

How can I adjust space between chart title and label? I checked standoff property for titles but I did not find that for Pie chart. newplot (8)

chinjon commented 4 years ago

Having the same issue as well - not seeing anywhere in docs adjusting spacing for title.text.

RunQi-Han commented 3 years ago

It would also be great to increase the gap between text and Pie chart image

thierryVergult commented 1 year ago

A workaround is to add one or more br tags to the title text, and a space.

title: 'my <i>fancy</i> title<br><br>&nbsp;'