https://github.com/predict-idlab/trace-updater
Dash component to update a dcc.Graph its traces via callbacks
https://github.com/predict-idlab/trace-updater
plotly-dash python visualization
Last synced: about 2 months ago
JSON representation
Dash component to update a dcc.Graph its traces via callbacks
- Host: GitHub
- URL: https://github.com/predict-idlab/trace-updater
- Owner: predict-idlab
- License: mit
- Created: 2021-11-30T11:45:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T20:15:24.000Z (almost 3 years ago)
- Last Synced: 2025-09-17T23:59:21.204Z (3 months ago)
- Topics: plotly-dash, python, visualization
- Language: JavaScript
- Homepage:
- Size: 691 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Dash trace updater
[](https://pypi.org/project/trace-updater/)
[](http://makeapullrequest.com)
---
`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](https://github.com/predict-idlab/plotly-resampler) 🚨
---
## Installation
| [pypi](https://pypi.org/project/trace-updater/) | `pip install trace-updater` |
| ---- | ---- |
## Usage
This is work in progress 🚧
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
---
👤 Jonas Van Der Donckt