Skip to content

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

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

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

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant