Multiple Chart, Single Cursor -- Chart GL

https://learninghub.kx.com/forums/topic/multiple-chart-single-cursor-chart-gl

Greetings,

I have 2 charts with identical datetime (y-axis).

Id like to be able to make it so that when I move my cursor over one of the charts, it shows the values for the corresponding timestamp on the other chart.

Similarly, I’d like to do the same thing but with zoom. So, both charts would be zoomed to the same point and show the same timestamps.

Any help greatly appreciated.

No this isn’t necessary, you just need the same Selection Min viewstate for both charts and same Selection Max viewstate. I’ve attached a demo here with both the x-axis and y-axis viewstates set

The zoom can be set by assigning the same viewstates to both charts on the Y-Axis > Range > Selection Min and Max properties. For hovering, this can be set in Basics > Hover by assigning both charts the same viewstate, but it follows the x-axis rather than the y-axis

Basics > Hover worked.

Y-Axis > Range > Selection Min and Max – hasnt worked so far. Do I need to click the min/max button too ?