mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Plot] Add specs for PlotPanZoomStackGroup
Add specs to verify the behavior of PlotPanZoomStackGroup, which is responsible for synchronizing the domain axis between multiple sub-plots in a stacked plot view. WTD-625.
This commit is contained in:
@ -38,7 +38,7 @@ define(
|
||||
|
||||
function clearPanZoom() {
|
||||
stacks.forEach(function (stack) {
|
||||
stack.popPanZoom();
|
||||
stack.clearPanZoom();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user