diff --git a/src/plugins/plot/plugin.js b/src/plugins/plot/plugin.js
index 4d39f336eb..5220c984d0 100644
--- a/src/plugins/plot/plugin.js
+++ b/src/plugins/plot/plugin.js
@@ -31,6 +31,9 @@ define([
"./src/telemetry/StackedPlotController",
"./src/inspector/PlotInspector",
"./src/inspector/PlotOptionsController",
+ "./src/inspector/PlotLegendFormController",
+ "./src/inspector/PlotYAxisFormController",
+ "./src/inspector/PlotSeriesFormController",
"./src/inspector/HideElementPoolDirective",
"./src/services/ExportImageService",
'./src/PlotViewPolicy',
@@ -48,6 +51,9 @@ define([
StackedPlotController,
PlotInspector,
PlotOptionsController,
+ PlotLegendFormController,
+ PlotYAxisFormController,
+ PlotSeriesFormController,
HideElementPool,
ExportImageService,
PlotViewPolicy,
@@ -171,6 +177,33 @@ define([
"openmct",
"$timeout"
]
+ },
+ {
+ key: "PlotLegendFormController",
+ implementation: PlotLegendFormController,
+ depends: [
+ "$scope",
+ "openmct",
+ "$attrs"
+ ]
+ },
+ {
+ key: "PlotYAxisFormController",
+ implementation: PlotYAxisFormController,
+ depends: [
+ "$scope",
+ "openmct",
+ "$attrs"
+ ]
+ },
+ {
+ key: "PlotSeriesFormController",
+ implementation: PlotSeriesFormController,
+ depends: [
+ "$scope",
+ "openmct",
+ "$attrs"
+ ]
}
],
"services": [
diff --git a/src/plugins/plot/res/templates/plot-options-edit.html b/src/plugins/plot/res/templates/plot-options-edit.html
index a6b6f99e44..42c3ede024 100644
--- a/src/plugins/plot/res/templates/plot-options-edit.html
+++ b/src/plugins/plot/res/templates/plot-options-edit.html
@@ -22,28 +22,30 @@
Plot Series Options
- -
+
-
-
+
-
Value
-
@@ -55,7 +57,7 @@
title="The line rendering style for this series.">Line Style
-