I want to display 100 000 points of data in a chart. With easy chart is very simple to parameter the number of points I want to display (for exemple 2 000) and if I zoom in the chart resample the data in the zoom range: So if I zoom enought, I can see the raw data on the chart.
THat's exactly what I want
My question is: If I want to do that kind of behavior with regular Chart module, is it possible and how can I do that please?
I've found some info about resampling on zoom with Jchartfree API but maybe there is a better way to do that?
I've tryed the sample size "On change" on the chart dataset: My client crashes.
I really need to resample the data on zoom. To implement the same resampling mode like Easy Chart, it seems difficult to you?
...and the unzooming behavior could probably mimicked using the mouse dragged event if its right to left, but perhaps it would be simpler to just use a date range component to set the visible area?