Hi everyone,
I created one chart, and i want to know if it is possible to incline at the vertical the text of labels in charts ?
i created a css class as:
.incline {
writing-mode: vertical-lr;
text-orientation: upright;
}
but i dont know where i should put it (i already put it in Label Section of chart in CSS Classes attribute, but it does not take effect)
Thank you for help.