[Plot] Complete specs related to stacked mode

Add specs for SubPlot, which was introduced to support
presenting multiple plot areas within a single plot
view (stacked plots, WTD-625.)
This commit is contained in:
Victor Woeltjen
2014-12-12 13:20:50 -08:00
parent c8c50f8fb1
commit 80852177c7
2 changed files with 119 additions and 7 deletions

View File

@ -127,6 +127,11 @@ define(
updateTicks();
}
// Start with the right initial drawing bounds,
// tick marks
updateDrawingBounds();
updateTicks();
return {
getTelemetryObjects: function () {
return telemetryObjects;