I want to draw rectangle or square in selection area to show the selected xAxis min, max and yAxis min max in highchart.
Thanks in Advance
I want to draw rectangle or square in selection area to show the selected xAxis min, max and yAxis min max in highchart.
Thanks in Advance
Explaining @igor-shastin's example...
"xy"
event.xAxis[0].min
and.max
; same for.yAxis
false
and/or callevent.preventDefault()
to prevent actually zoomingThis is what you need: http://jsfiddle.net/meFgf/