I believe that this is a bug that occurred in 0.13.0 dash-core-components release.
I am currently using the selectedData as my callback trigger and when I upgrade past core-components 0.12.7 the selectedData no longer triggers the callback.
@apander - Could you describe more about the issue that you are seeing? The parent thread described several issues. Could you also post a small, reproducable example? selectedData is working on the latest release (0.15.2) for the example in the docs: https://plot.ly/dash/interactive-graphing, so there is likely something unique about your particular example that might be causing it to fail. Thanks!
This code snippet at the end replicates the failure I am seeing. The intent is to plot a large timeseries and using the selectedData draw a vertical line at the end of the user selection it successfully runs using these versions
dash (0.19.0)
dash-core-components (0.12.7)
dash-html-components (0.8.0)
dash-renderer (0.11.1)
but when I upgrade to dash-core-components (0.15.2) no callbacks are triggered and the selection box freezes like the image below and never triggers the callback