Custom placement for x and y axis labels
Customize/replace the placement of the x and y axis labels.
Example:
AxisXCustomLabels = [{value: 1, label:'label1'}, {value:4, label:'label2'}, {value:54.4, 'label5'}]
4
votes
andrei
shared this idea
-
Did you try using xAxis.labels.formatter? It is extremely flexible, and you can return a custom text based on each axis value.