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

Re-add support for passing `title` as string

Open emilykl opened this issue 1 year ago • 2 comments

  • Re-add support for passing a string to title property (removed in #7212)
    • Other properties removed in that PR (e.g. titlefont, titleoffset) remain removed
  • Re-add functions for moving title string to title.text internally
  • Re-add Jasmine tests for passing title as string

emilykl avatar Oct 17 '24 14:10 emilykl

We should possibly support this option on places e.g. legend.title. No?

archmoj avatar Oct 17 '24 14:10 archmoj

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.

emilykl avatar Oct 17 '24 14:10 emilykl

Revised in #7262.

archmoj avatar Nov 05 '24 17:11 archmoj