You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are already ongoing discussions about related topic: #2053 and #382
First one stays open since 2017. Second - since 2016.
While we are waiting for the Unification of text rendering and wrapping, maybe it's worth to update convertToTspans() and buildSVGText() functions a bit, to have the text wrapping for the axes titles working.
Prototype solution
It needs improvements and some testing.
Proposed API:
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson
There are already ongoing discussions about related topic:
#2053 and #382
First one stays open since 2017. Second - since 2016.
While we are waiting for the Unification of text rendering and wrapping, maybe it's worth to update
convertToTspans()
andbuildSVGText()
functions a bit, to have the text wrapping for the axes titles working.Prototype solution
It needs improvements and some testing.
Proposed API:
If
true
- it's going to work like aword-break
.Default:
undefined
.Here you are the code comparison: master...m-podlesny:master
Localhost test for a simple string:
ToDo: Improve the word wrapping if the string has
<br />
.Let me know if it's worth to continue this way.
The text was updated successfully, but these errors were encountered: