Add passing offsets over plotpan event

Unified this behavior with plotzoom event as in pull #34 flot/flot@1b6c4e933a
pull/1/head
Ivan Novikov 13 years ago
parent 3c0bcefc5a
commit c8630d1849

@ -319,7 +319,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L
plot.draw();
if (!args.preventEvent)
plot.getPlaceholder().trigger("plotpan", [ plot ]);
plot.getPlaceholder().trigger("plotpan", [ plot, args ]);
};
function shutdown(plot, eventHolder) {

Loading…
Cancel
Save