Hello,
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?
Thank you!
Hello,
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
onRestyleevent is triggered during brushing, but it doesn’t provide the selected data.Could anyone help me figure out how to achieve this functionality?
Thank you!