Hello!
I’m struggling to achieve the following:
I’ve made a subplot, which consists two graphs; let’s name the sub graphs ‘graph_1’ and ‘graph_2’.
By selecting the data in graph_1, the data in graph_2 gets displayed (which works fine).
The problem is that when (as an end user) you are zoomed in on specific point in graph_1, and you’ve selected the data that you want to visualise in graph_2, graph_1 get’s refreshed too.
How does one refresh graph_2 without ‘refreshing’ graph_1 when both graphs are part of the same subplot?
Any help will be appreciated.
Best!