From 73234ef8f4d41fa8fc1c3b1e306b6eb2d27b0083 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Jul 2020 07:16:05 +0200 Subject: [PATCH] Extract PlotConfigurator to it's own component --- src/components/ftbot/PlotConfigurator.vue | 159 ++++++++++++++++++++++ src/views/Graphs.vue | 127 +---------------- 2 files changed, 165 insertions(+), 121 deletions(-) create mode 100644 src/components/ftbot/PlotConfigurator.vue diff --git a/src/components/ftbot/PlotConfigurator.vue b/src/components/ftbot/PlotConfigurator.vue new file mode 100644 index 00000000..2ee648c8 --- /dev/null +++ b/src/components/ftbot/PlotConfigurator.vue @@ -0,0 +1,159 @@ + + + + + diff --git a/src/views/Graphs.vue b/src/views/Graphs.vue index ae070278..86d05c2a 100644 --- a/src/views/Graphs.vue +++ b/src/views/Graphs.vue @@ -8,65 +8,7 @@ Use strategy plot_config -
-
- -
-
-
- - - - -
-
- - - Main Plot - - - Subplots - - -
-
- - - - -
-
- - - - + - -
- -
- - - -
- -
- Add -
- -
- Load -
-
- Save -
-
- Show -
-
- -
-
-
+