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

Rendering Performance Degradation for Large Datasets (50K Data Points) #2259

Open
gouthamrg opened this issue Jan 24, 2025 · 0 comments
Open

Comments

@gouthamrg
Copy link

When attempting to render a dataset with 50,000 data points in a chart using the Sfcartesian Flutter library, the rendering stops or performs extremely poorly. The goal is to display all 50,000 data points within a single chart while maintaining smooth performance and responsiveness.

Steps to Reproduce:
Use the Sfcartesian widget to create a simple line chart or scatter chart.
Populate the chart with a dataset of 50,000 data points.
Attempt to view the chart.

Expected Behavior:
The chart should render all 50,000 data points and remain interactive (e.g., zoom, pan, etc.).

Observed Behavior:
The rendering stops or becomes extremely slow.
The chart fails to maintain responsiveness and interactivity.

Could you provide guidance or enhancements to the library to support rendering larger datasets efficiently? If this limitation is intentional, are there any recommended best practices or workarounds to address this? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant