I’m not sure if this is a bug or I’m missing something, but it appears there is no event when points are deselected from a chart. A great example of this is in the docs:
https://plot.ly/dash/getting-started-part-2#basic-interactions
When you deselect (I have been double clicking) using the lasso or rectangular select tool, selectedData
stays the same and contains the data you previously selected.
This makes it somewhat impossible to do crossfiltering if you want the default behavior of charts that crossfilter to be displaying all of the data. Any way to “deselect” and have crossfiltered charts go back to displaying all the data (ie by making selectedData
empty so it works with conditionals?)