Mouse interactivity within subplots for plotly.js

Hello @Tolosmoc,

Welcome to the community!

Yes, you should be able to wrangle this to work.

All charts obviously use the plotly functions, you just need to figure out what events are going to trigger the events. Instead of returning the new layout in the callback, you should be able to return the new figure to the plotly chart.

This should be where you would make the same changes. The figure in this example is just the combination of layout, data and frames from the Plotly chart.