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

Is there a way to partially re-render a plot? #219

Open
batearedcollie opened this issue Dec 5, 2020 · 0 comments
Open

Is there a way to partially re-render a plot? #219

batearedcollie opened this issue Dec 5, 2020 · 0 comments

Comments

@batearedcollie
Copy link

@batearedcollie batearedcollie commented Dec 5, 2020

I have a plot showing 2 data streams, the first is a large heatmap and is static over the lifetime of the component. The second is a line on the heat map and needs to be updated continually. However, the updates are slow presumably because both datasets are being rendered on state refresh. Is there an option or way I can construct the component such that the large heatmap does not need to re-render when state is updated?

Any help is appreciated. Thanks.

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.