I am using jqplot chart to draw chart it works fine, To zoom chart i am using cursor and by that cursor i can zoom but i am trying to zoom that from button that is outside of chart. Since we are reset the zoomed chart from external button like this $('#reset').click(function() {plot1.resetZoom() });
so is it possible to do zoom chart from external button. Please advice...
Thanks in advance...