I like to lazy load data like in the highstock sample "1.7 million points with async loading" via highcharts-react-offical with highstock in typescript with multiple series.
However I lack any documentation for highcharts-react-offical on:
- how to correctly listen for afterSetExtremes to trigger lazy data loading?
- how do I call setData?
- How does this work with multiple series?
Can anyone help me with this and provide any sample?
I really appreciate your expertise and help!