[Plot] Initially implement synced pan/zoom stack

Initially implement a synchronized pan/zoom stack,
which maintains the same domain axis bounds for all
subplots in a stacked plot view, but allows each to
have independent range axes. WTD-625.
This commit is contained in:
Victor Woeltjen
2014-12-11 17:27:44 -08:00
parent 9344809998
commit 0ce0517e09
2 changed files with 80 additions and 1 deletions

View File

@ -45,7 +45,7 @@ define(
return panZoomStack.getDepth() > 1;
},
stepBackPanZoom: function () {
panZoomStack.pop();
panZoomStack.popPanZoom();
subplot.update();
},
unzoom: function () {