mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[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:
@ -45,7 +45,7 @@ define(
|
||||
return panZoomStack.getDepth() > 1;
|
||||
},
|
||||
stepBackPanZoom: function () {
|
||||
panZoomStack.pop();
|
||||
panZoomStack.popPanZoom();
|
||||
subplot.update();
|
||||
},
|
||||
unzoom: function () {
|
||||
|
Reference in New Issue
Block a user