mirror of
https://github.com/nasa/openmct.git
synced 2025-06-22 17:08:57 +00:00
[Plot] Fix refactoring issues
Fix issues related to refactoring of view-level to subplot-level behavior, such that previous functionality is restored. This refactoring supports introduction of a stacked-plot mode, for WTD-625.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
[],
|
||||
["./PlotOverlayMode"],
|
||||
function (PlotOverlayMode, PlotStackedMode) {
|
||||
"use strict";
|
||||
|
||||
@ -15,7 +15,7 @@ define(
|
||||
key: "overlaid",
|
||||
name: "Overlaid",
|
||||
glyph: "6",
|
||||
factory: PlotStackedMode
|
||||
factory: PlotOverlayMode
|
||||
};
|
||||
|
||||
function PlotModeOptions(telemetryObjects) {
|
||||
|
Reference in New Issue
Block a user