Get highlighted data from parallel plot

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

1 Like

Any luck on finding an answer to this? I see a lot of discussion on Github but it doesn’t seem to be resolved.