TraceUpdater
is dash component which allows updating a dcc.Graph
its traces.
This component is data efficient as it:
- sends only the to-be-updated traces (and not the whole figure) from the back-end to the client-side
- updates only the traces that have changed (and does not redraw the whole figure)
🚨 NOTE: This package is tightly coupled with predict-idlab/plotly-resampler 🚨
pypi | pip install trace-updater |
---|
This is work in progress 🚧
See CONTRIBUTING.md
👤 Jonas Van Der Donckt