Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Sync hzoom of two DataChartView
posted

I have two DataChartView elements displaying with the same backing dataset, just different renderings. I have horizontal zoom enabled on both, and I'd like to have a zoom event on one to trigger a corresponding change of dimensions/range on the other.

I looked through the docs, but couldn't find any events or listeners to track this event or put the two charts in sync. I suspect I'm just not seeing it.

The Y axis (non-zoom) is numeric, the X axis is a category with a timestamp rendered as a time.

Any help?