Support for multiline labels
eerojala opened this issue · 0 comments
eerojala commented
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.