mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
[Plot] Update stacked plots immediately
When changes to pan-zoom bounds are made in one subplot, this will effect the pan-zoom bounds of other subplots. Ensure this occurs immediately. WTD-625.
This commit is contained in:
@ -63,15 +63,13 @@ define(
|
||||
return {
|
||||
popPanZoom: popPanZoom,
|
||||
clearPanZoom: clearPanZoom,
|
||||
setBasePanZoom: setBasePanZoom,
|
||||
getDepth: function () {
|
||||
return stacks.length > 0 ?
|
||||
stacks[0].getDepth() : 0;
|
||||
},
|
||||
getPanZoomStack: function (index) {
|
||||
return decoratedStacks[index];
|
||||
},
|
||||
getPanZoomStacks: function () {
|
||||
return decoratedStacks;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user