Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AggregationDatasets for JFreeChart #67

Open
muuki88 opened this issue Oct 11, 2012 · 0 comments
Open

AggregationDatasets for JFreeChart #67

muuki88 opened this issue Oct 11, 2012 · 0 comments
Assignees
Milestone

Comments

@muuki88
Copy link
Member

muuki88 commented Oct 11, 2012

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.

@ghost ghost assigned muuki88 Oct 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant