+
+ Please open the Plotter widget configuration menu to select a variable to be plotted.
+
+
+
+
+
+
+
+
+
+ Data Source
+
+
+
+
+
+
+
+
+
+ Appearance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Data Points
+
+
+
+
+
+
+
+
+
+ Close
+
+
+
+
+
+
+
+
diff --git a/src/types/widgets.ts b/src/types/widgets.ts
index 62da93c31..0924bd394 100644
--- a/src/types/widgets.ts
+++ b/src/types/widgets.ts
@@ -16,6 +16,7 @@ export enum WidgetType {
ImageView = 'ImageView',
Map = 'Map',
MiniWidgetsBar = 'MiniWidgetsBar',
+ Plotter = 'Plotter',
URLVideoPlayer = 'URLVideoPlayer',
VideoPlayer = 'VideoPlayer',
VirtualHorizon = 'VirtualHorizon',