New line on X value or Treemap #3837
Unanswered
FlatFaceCat
asked this question in
Q&A
Replies: 1 comment
-
"To enable multiline text and word wrapping, we have to provide an array of strings for each word we need to give a line break." - from docs Works in Treemap for dataLabels if you provide a formatter function:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add a second row of text to the label of my treemap.
I am trying to use the standard JS scripting for example: "Mon\nCat"
to get:
Mon
Cat
But instead am getting: Mon Cat
Is it possible with the treemap to have text on 2 rows?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions