From afedc45a46a299e0b22315be7139110c56678f10 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 5 May 2023 20:35:16 +0200 Subject: [PATCH] Add enhanced plotconfig management --- src/components/charts/PlotConfigSelect.vue | 84 ++++++++++++++++++++-- src/components/charts/PlotConfigurator.vue | 6 +- src/stores/plotConfig.ts | 20 +++++- 3 files changed, 100 insertions(+), 10 deletions(-) diff --git a/src/components/charts/PlotConfigSelect.vue b/src/components/charts/PlotConfigSelect.vue index 568a53f1..6ad43c45 100644 --- a/src/components/charts/PlotConfigSelect.vue +++ b/src/components/charts/PlotConfigSelect.vue @@ -1,17 +1,87 @@ diff --git a/src/components/charts/PlotConfigurator.vue b/src/components/charts/PlotConfigurator.vue index cf464548..c084ee19 100644 --- a/src/components/charts/PlotConfigurator.vue +++ b/src/components/charts/PlotConfigurator.vue @@ -1,7 +1,7 @@