Hi all,
I'd like to increase the font-size of all texts in my JETcharts (especially tooltips, tick labels and legend).
If I change them with css settings the area for the texts remain the same, so the texts aren't shown completely.
e.g. Legend in Sample Charts; p15; Line Chart (Data Labels & Line Styles); font-size:18px:

I found a way to increase the font-size of the axis title, but not for other attributes.
| | options.yAxis.title ='Hallo'; |
options.yAxis.titleStyle ='font-size:20px;';
Is there a JET-setting I can use for setting the font-size that also increases the text area,
Best regards
Uli