Home Forums Chart Support Show All Label Reply To: Show All Label

#9182

bluesky,

Chart skips some of the labels to avoid overlapping. But you can force it to show all labels by setting interval property of axisX to 1. Below is the code snippet –

axisX:{
   interval: 1
}

Please take a look at this JSFiddle for a working example.

displaying all labels on axis

__
Anjali