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

Speedup icicle chart by using a faster label removal method #165

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

dannysepler
Copy link
Contributor

@dannysepler dannysepler commented Sep 7, 2021

If we remove labels via a filter rather than an .each(), the load time gets sped up by 10x! (At least for my current icicle chart, which went 20 seconds -> 2 seconds.)

I'm pretty stoked about this, clicking around the icicle chart feels super smooth now

@dannysepler dannysepler changed the title Speedup icicle chart up to 10x, by using a faster label removal method Speedup icicle chart by using a faster label removal method Sep 7, 2021
@jiffyclub
Copy link
Owner

Thank you!

@jiffyclub jiffyclub merged commit fd469fc into jiffyclub:master Oct 14, 2021
@dannysepler dannysepler deleted the faster-render branch October 24, 2022 16:01
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

Successfully merging this pull request may close these issues.

2 participants