javascript - jqplot zoom - happens only if zoomed till the borders -
i facing issue zooming using jqplots.
i have graph multiple y-axes. have following lines of code performing zoom:
cursor: { showverticalline: true, //showtooltip: true, followmouse: true, showtooltipdataposition: true, tooltipformatstring: '%s x:%s, y:%s', zoom: true, constrainoutsidezoom: false, clickreset: true } i able zoom above. however, zoom happens when drag zoom area 1 of borders. if try zoom somewhere within canvas, not zoom.
can tell me going wrong?
thanks, s.
i have same problem. in fact, problem when zoom inside canvas browser considers click inside canvas , execute function clickreset. when mouse finish outside canvas consider click outside , doesn't execute function. tried on ie9 , works because doesn't consider click during zoom.
i think bug in jqplot library.
i searched many hours , didn't solve problem. hope has solution.
Comments
Post a Comment