Add func like chart.container.toggleMouse() that will set or un-set all mousedown/mousemove/click handlers on chart container and scroller
Add and API call like chart.container.toggleMouse() that will set or un-set all mousedown/mousemove/click handlers on chart container and scroller
3
votes
Giorgos V.
shared this idea
-
grzesiekgs commented
It can be achieved right now.
Scroller (navigator "class") has 2 methods, addEvents and removeEvents. You just need to extend Chart "class" with new method, which will allow you to toggle those. -
Giorgos V. commented
This way we can block chart interraction when we want to.
(in order to enable interaction with other objects that are placed on top of the chart)