Home Forums Chart Support Memory issues with small interval & big value Reply To: Memory issues with small interval & big value

#21121

@vladimirs,

To avoid overlapping of labels, interval is automatically calculated. When interval is set to 1, labels get rendered for every value within the axis range. In your case, labels get rendered for every value starting from 1 to 5000000 since the interval is set to 1, resulting in label overlapping and delay in rendering. However, interval for axes has to be set according to the range of input that’s been provided to the chart. Please refer to interval in our documentation.

If max value more than 1000 times of interval, then interval should be switched to auto.

Thanks for the suggestion. CanvasJS doesn’t ignore user provide inputs, except for the rare scenarios. However, if the interval is not set, it gets auto-calculated.

__
Priyanka M S
Team CanvasJS