Skip to content

AggregationDatasets for JFreeChart #67

Description

@muuki88

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions