You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented a parallel coordinate plot and want to enhance it by updating another component based on the results of brushing. Specifically, when I brush over the plot, I’d like to retrieve the data associated with the highlighted lines and use that to update another component.
I noticed that only the onRestyle event is triggered during brushing, but it doesn’t provide the selected data.
Could anyone help me figure out how to achieve this functionality?