Interactivity between multiple Plotly charts

Hi guys,

I aim to build an interactive dashboard with multiple Plotly charts in one page. The users have requested interactivity (filtering, brushing, etc…) between the charts: e.g. user selects some outliers in a scatter plot and those points are highlighted in the box plot nearby.

After some trials using the Generic JavaScript View nodes, I couldn’t succeed. Is this possible at all?
Should I create event listeners inside the JS code for this?

Thanks in advance for the great work!

Regards,
Denis

Your charts are already inside a component correct?
br

1 Like

Yes they are inside a component

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.