Home Forums Chart Support Custom labels for Y axis Reply To: Custom labels for Y axis

#61324

@junker1224,

It’s not possible to have unequal intervals for axis labels. As a workaround, you can dynamically add striplines at the first Y-value of each series by iterating through chart.options.data. Please take look at this JSFiddle for an example of the same.

CanvasJS Chart with Dynamic StripLines in Y Axis


Ananya Deka
Team CanvasJS