Add passing amount and center over plotzoom event

pull/1/head
Alexander O. Anisimov 14 years ago
parent 1a99246c73
commit 1b6c4e933a

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

Loading…
Cancel
Save