Home Forums Chart Support line chart – x-axis points exceeds pixels on screen chart; how is it reduced? Reply To: line chart – x-axis points exceeds pixels on screen chart; how is it reduced?

#29616

@aaronfii,

We don’t manipulate or skip any dataPoint values to render chart in a screen with lesser pixels. However, dataPoints might get overlapped with each other in case there is huge number of dataPoints compare to available pixels to display. For e.g., let’s say screen with 1000 pixels and chart with dataPoints ranging from 1 to 10000, there might be a possibility that dataPoints with values 10-19 be overlapped with each other and render in one pixel. Moreover, for such scenarios you can set zoomEnabled to true and zoom into a region of interest.

—-
Manoj Mohan
Team CanvasJS