-
Notifications
You must be signed in to change notification settings - Fork 185
Incremental rendering for performance? #328
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
Labels
enhancement
New feature or request
Comments
I feel there are two very different ways to update a mark:
|
Another example here https://talk.observablehq.com/t/plot-update-pattern/5169 |
Recent exploration by @Fil of animation in Plot https://observablehq.com/@fil/plot-animate-a-bar-chart |
Thanks to the new render transform, "animate a bar chart v2" is much leaner than v1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can Plot expose some kind of
update()
function so we could somehow either reuse elements or only re-render certain marks (like a rule + text that gets moved around based on input)The text was updated successfully, but these errors were encountered: