HanSolo/charts

Axis title font size is not working

permiakover opened this issue · 1 comments

via AxisBuilder.create(..) .titleFontSize() does not change size of title

Fixed the issue with commit 30f1c52
You can now switch of the automatic font size calculation of the axis title by calling .autoTitleFontSize(false) in the AxisBuilder or setAutoTitleFontSize(false). In this case it will take the value that you can set with .titleFontSize(NN).