An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Dash trace updater

[![PyPI Latest Release](https://img.shields.io/pypi/v/trace-updater.svg)](https://pypi.org/project/trace-updater/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](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