plotly.js
plotly.js copied to clipboard
Re-add support for passing `title` as string
- Re-add support for passing a string to
titleproperty (removed in #7212)- Other properties removed in that PR (e.g.
titlefont,titleoffset) remain removed
- Other properties removed in that PR (e.g.
- Re-add functions for moving
titlestring totitle.textinternally - Re-add Jasmine tests for passing title as string
We should possibly support this option on places e.g. legend.title. No?
We should possibly support this option on places e.g.
legend.title. No?
Agreed, it makes sense to be consistent, I'll look into how much work this would be.
Revised in #7262.