hope you can shed some light on this
here's an example http://jsfiddle.net/uBhu7/
I've managed to show the markers on zoom(selection) event with this:
events: {
selection: function(event) {
this.series[0].options.marker.enabled = true;
},
Now the problem: is there a way to hide the markers when a user hits "reset zoom" button ?
Thanks in advance