You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JFreeChart gets slower and slower with a greater dataset. There seems to be no zoom-level aggregation implementation, so everything is rendered at the very beginning.
Solution
Create for each available dataset an AggregationDataset, which will be triggered each time on zoom and aggregates the data accordingly to the zoom level.
The text was updated successfully, but these errors were encountered:
Problem
JFreeChart gets slower and slower with a greater dataset. There seems to be no zoom-level aggregation implementation, so everything is rendered at the very beginning.
Solution
Create for each available dataset an
AggregationDataset
, which will be triggered each time on zoom and aggregates the data accordingly to the zoom level.The text was updated successfully, but these errors were encountered: