Hi,
I was expecting that Kendo Chart will not plot points outside range specified for each axes. But its plotting unexpectedly.
Please tell me If we can avoid plotting points outside range.
I have specified range (min and max values for both X and Y axes) like this:
xAxis:
{ min: -3000, max: 1000},
yAxis:
{ min: 10000, max: 10400, reverse: true, axisCrossingValue: 10000
}
I supplied multiple curve data & output is like this:
I have marked unexpected points.
I was expecting that Kendo Chart will not plot points outside range specified for each axes. But its plotting unexpectedly.
Please tell me If we can avoid plotting points outside range.
I have specified range (min and max values for both X and Y axes) like this:
xAxis:
{ min: -3000, max: 1000},
yAxis:
{ min: 10000, max: 10400, reverse: true, axisCrossingValue: 10000
}
I supplied multiple curve data & output is like this:
I have marked unexpected points.