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

Polystat hangs with more than 20 polygons #294

Closed
briangann opened this issue Aug 2, 2023 · 2 comments
Closed

Polystat hangs with more than 20 polygons #294

briangann opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
type/bug Something isn't working

Comments

@briangann
Copy link
Collaborator

briangann commented Aug 2, 2023

rendering large data sets on G10 is causing the browser to hang. This may be a side effect of tooltip changes, since 2.0.9 on G9 with same setup works fine.

Specifically this is a bug due to the "Display Limit" being set to 100, and if the amount of items to be rendered exceeds this value, it should be giving a warning. Currently it just hangs for a long time then displays:

image

This can be reproduced using the test data source, and random walk with 150 series.

With a higher limit (setting it to 300) that produces 150 series, the performance is still poor. It does not appear to be a rendering issue, but a raw data-processing issue.

Additional processing improvements are needed to make the plugin more usable with large amounts of polygons to be rendered.

@briangann briangann added the type/bug Something isn't working label Aug 2, 2023
@briangann briangann self-assigned this Aug 2, 2023
@tolzhabayev
Copy link
Contributor

I also do not get a warning when Series count is > than Display Limit in 9.5.6 but rather the same:
https://user-images.githubusercontent.com/7364245/258005556-986f993f-112c-43bd-95dc-2f4f27f6b2df.png

@briangann
Copy link
Collaborator Author

hang fixed by PR #295, will fix the warning issue in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants