@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