Page 1 of 1

How to capture zoom area

Posted: Fri Sep 07, 2018 4:07 am
by 14047022
Hi,

I'm using Color Grid to draw chart with multiple series. I have another chart also, which we can draw based on cursor position of Color grid. I just want to know which event will be triggered(like chart.domouseup, chart.mousedown etc...) when we zoom Color grid, and how to capture that zoomed area, so that i can zoom another chart also manually, based on color grid zoom area. Can anyone help on this.

Regards,
PSKN

Re: How to capture zoom area

Posted: Wed Sep 12, 2018 7:30 am
by yeray
Hello,

Try using the onzoom and the zoom.onreset events as in the "Synchronize Axes" example here.