mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[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:
@ -127,6 +127,11 @@ define(
|
||||
updateTicks();
|
||||
}
|
||||
|
||||
// Start with the right initial drawing bounds,
|
||||
// tick marks
|
||||
updateDrawingBounds();
|
||||
updateTicks();
|
||||
|
||||
return {
|
||||
getTelemetryObjects: function () {
|
||||
return telemetryObjects;
|
||||
|
Reference in New Issue
Block a user