Add callback 'pointInterval' to function 'autoIncrement'
line: 11466
var interval;
if (typeof(series.pointInterval) == 'function')
interval = series.pointInterval(this);
else
interval = series.pointInterval;
series.xIncrement = xIncrement + interval;
3
votes
phpwriter
shared this idea