I have a question regarding Highstock. I am having a data recording Engine Load which has spikes in the dataset. I am trying to chart this dataset in Highstock, but when the input data range is large (to a certain point) then the spikes won’t be showing correctly in the chart. Attached are the images for better explanation.
Showing correctly when the date range is not large:

NOT showing correctly when the data range is large:

The two images are charting from the same dataset just with different range of time.
Why this would happen in Highstock and how to get it fixed?
Thank you in advance.
I believe this has to do with HighStock doing some sort of aggregation when zoom in out/in past a certain threshold. This can be turned off by setting something like this:
This tells HighStock to stop grouping x-Axis points together to get aggregates.
Check here for more info in dataGrouping.