← Settings and activity 3 results found allow to modify navigator event handlers 1 vote Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 1 comment · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close grzesiekgs shared this idea · May 15, 2015 Add func like chart.container.toggleMouse() that will set or un-set all mousedown/mousemove/click handlers on chart container and scroller 3 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 2 comments · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment grzesiekgs commented · May 15, 2015 · Edit… · Delete… 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. Save Submitting... Navigator handles shape style 7 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 0 comments · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close grzesiekgs shared this idea · May 28, 2014
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.