I have a large data set that I can’t really load into memory at once so instead I am paging the data, grabbing only what I require plus a little buffer either side so that the graph always has something in it.
To implement paging I need to change the position at which the graph starts rendering, unfortunately it seems that it is not possible to change UniformHeatmapDataSeries.xStart as set in the constructor.
Is the only way around this to recreate the heatmap from scratch every time a new page is loaded or am I missing another trick?
- Paul Hodgson asked 1 year ago
- last active 1 year ago