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
Hello. I would like to know if it is currently possible to split long labels into multiple lines. If this is not currently possible it is a feature I would like very much to have. In the mean time I am setting the rotation to 0 and then setting trimming as enabled, but would prefer to be able to use multiple lines for a single label.
In the original ApexCharts one is able to do this by separating the label at desired breaks and then giving the words as a sub-array as seen here.
I have tried using \n and <br /> within the labels and also using a css file with word-break: break-all, word-wrap:break-word and overflow-wrap: break-word, but none of them have worked.
The text was updated successfully, but these errors were encountered:
Hello. I would like to know if it is currently possible to split long labels into multiple lines. If this is not currently possible it is a feature I would like very much to have. In the mean time I am setting the rotation to 0 and then setting trimming as enabled, but would prefer to be able to use multiple lines for a single label.
In the original ApexCharts one is able to do this by separating the label at desired breaks and then giving the words as a sub-array as seen here.
I have tried using
\n
and<br />
within the labels and also using a css file withword-break: break-all
,word-wrap:break-word
andoverflow-wrap: break-word
, but none of them have worked.The text was updated successfully, but these errors were encountered: