score:8

Accepted answer

this fiddle helped figure it out:

jsfiddle.net/gv7tg/27/

it basically overwrites the setextremes method with a custom one to propagate the event to the other graphs.

 events:{
    aftersetextremes:function(){
      ...
    }
 }

Related Query

More Query from same tag