I have onclick event on point labels.
Works fine on IE8+, Firefox and Chrome.
Zoom also works fine.
But on IE7, IE6 I can't click on point labels because we have jqplot-event-canvas and jqplot-zoom-canvas and others on front.
When I increase z-index for <DIV class="chartPointWrapper"> ... </div> we can click on point labels. But zoom is not working.
Do you know any solution to handle chart zoom and onclick event on point labels?
Thanks.