Home Forums Chart Support Label Interval Not Working Reply To: Label Interval Not Working

#14448

@oneworld,

interval and intervalType properties will work irrespective of the chart type – static or dynamic.

axisX: {
    inteval: 4, // interval
    intervalType: "second"
  },

There is a typo in your code. Please change inteval to interval and it should work fine.

__
Suyash Singh
Team CanvasJS