Is it possible to hide the navigator in highcharts at runtime?
I am working on a highcharts project where we have a requirement to show/hide the navigator at runtime, depending on the value of an on screen filter. We already add/show/hide various series of data - but I cannot find an api call which will allow me to dynamically hide the navigator at runtime? Does anyone know of a way to do this - I am reluctant to reload the whole chart unless I have to. Thanks folks! You can hide all particular SVG navigator elements by hide() function. http://jsfiddle.net/dJbZT/1 $('#btn').toggle(function () { chart.scroller.xAxis.labelGroup.hide(); chart.scroller.xAxis