mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +00:00
[Time Conductor] Simplify passing in of axis type
...in PlotAxis. Also avoids triggering failures of existing tests.
This commit is contained in:
@ -233,8 +233,8 @@ define(
|
||||
// Initialize axes; will get repopulated when telemetry
|
||||
// metadata becomes available.
|
||||
$scope.axes = [
|
||||
new PlotAxis("domain", [], AXIS_DEFAULTS[0]),
|
||||
new PlotAxis("range", [], AXIS_DEFAULTS[1])
|
||||
new PlotAxis("domains", [], AXIS_DEFAULTS[0]),
|
||||
new PlotAxis("ranges", [], AXIS_DEFAULTS[1])
|
||||
];
|
||||
|
||||
// Subscribe to telemetry when a domain object becomes available
|
||||
|
Reference in New Issue
Block a user