Hi,
Highcharts is awesome! Been digging into it over the last few weeks and have replaced all my chart.js charts with it! I'm struggling with something though and I was hoping someone could help out.
I have lots of candles but don't always want to view all of them. Today when I view an asset my chart loads everything. Instead, I would like it to load the latest 500 candles and show the latest 300 candles (or something like that). Then when I pan, load 500 more (and page out the ones that were previously loaded).
I've seen an infinite panning example so I know panning beyond the extremes is possible. https://jsfiddle.net/nqu8evms/2/.
But i'm not sure how to load/ unload data from my api on a pan. Anyone have an example of that?
Thanks!