Description
Version
5.4.2
Link to Minimal Reproduction
https://codepen.io/ragava28/pen/oNampeL?editors=0010
Steps to Reproduce
https://codepen.io/ragava28/pen/oNampeL?editors=0010
in above sample , We want to connect Chart 1 & 3 by y-axis(Depth) . Chart 1 & 2 by x-axis (Voltage)
what we mean by connect.
when we zoom on Chart 1 :
Chart 2 should react for selected xaxis range. Chart 3 should react for selected yaxis range.
when we zoom on Chart 2 : Chart 1 react for selected xaxis range discarding yaxis . vice versa for Chart 3.
When we hover on Chart 1 :
Chart 2 should react for hovered xaxis range. Chart 3 should react for hovered yaxis range.
when we hover on Chart 2 : Chart 1 react for hovered xaxis range discarding yaxis . vice versa for Chart 3.
Current Behavior
it only reacts in x-axis .
Expected Behavior
should have ability to connect from x-axis & y-axis .
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response