I have an app that generates parallel coordinate plots for users to select data by highlighting regions of the y-axis values they’re interested in. Is there a way to get the highlighted lines in a callback for further processing?
selectedData, clickData all return None.
Thanks