plotly / dash-renderer

OBSOLETE has been merged into dash
https://github.com/plotly/dash
MIT License
97 stars 32 forks source link

Remove Event system #113

Closed alexcjohnson closed 5 years ago

alexcjohnson commented 5 years ago

Companion issue to https://github.com/plotly/dash/issues/531

Nothing special is required in dash-renderer, just removing the eventGraph and related code. But it may be useful to have this prior to multi-output (cc @T4rk1n ) and dynamic callbacks as there may be some additional dependency graph machinery to get those to work right, and it would be nice not to have to duplicate those changes for events.