[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:
Victor Woeltjen
2014-12-12 10:45:34 -08:00
parent a2d22a4558
commit 7ea63fce8c
2 changed files with 95 additions and 2 deletions

View File

@ -38,7 +38,7 @@ define(
function clearPanZoom() {
stacks.forEach(function (stack) {
stack.popPanZoom();
stack.clearPanZoom();
});
}