You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a frontend latency associated with clicking each Altair Chart. @jrdzha has looked into this in the past and found that this is due to the way re-drawing is occurring for every interaction. We should investigate how to refactor the frontend codebase to enable more reuse instead of triggering redrawing in React.
The text was updated successfully, but these errors were encountered:
There is a frontend latency associated with clicking each Altair Chart. @jrdzha has looked into this in the past and found that this is due to the way re-drawing is occurring for every interaction. We should investigate how to refactor the frontend codebase to enable more reuse instead of triggering redrawing in React.
The text was updated successfully, but these errors were encountered: