Automatically Skip x axis values if there are more data points to be drawn

Hi There,

Is it possible to skip automatically x axis values based on the data in time series?

For Example: Say there are 1000 points , but we need to show only 50 to 100 points in graph. Once it is zoomed show points based on time.

xaxis:{
range:[array[0],array[array.length-1]]
}

This will select 1000 points from array and displays 1000 points in graph where the points are overlapped.

Can we show only 100 points starting from the date to end date?

Thanks.

I’d recommend using filter transforms for this task: