plotly / dash-core-components

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
271 stars 146 forks source link

Potential Graph extend/prependData bug #909

Open alexcjohnson opened 3 years ago

alexcjohnson commented 3 years ago

Spurred by a CI run where test_graph_extend_trace failed. I can't reproduce this failure locally, but my worry is that we're triggering one callback before the previous one has finished, and as a result the renderer discards the first one... but these particular props should in principle be exempt from having old callbacks discarded because they have a cumulative effect on the result.