Home Forums Chart Support What kind of chart I need for this type of json? Reply To: What kind of chart I need for this type of json?

#29468

@wer0ckz,

minimum sets the minimum value for axis. Values smaller than minimum in axis are clipped. However, when you pass the dataPoints in options, chart will consider all the dataPoint to render it. If you like to display dataPoints only for a certain range, you can filter and remove all the dataPoints beyond the required range.

—-
Manoj Mohan
Team CanvasJS