Dash component which allows updating a dcc.Graph its traces.
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)