From 989e528b89894982efc9b38055b809f53ac7a745 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 23 Jul 2023 08:45:49 +0200 Subject: [PATCH] Fix label for areachart --- src/components/charts/PlotIndicator.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/PlotIndicator.vue b/src/components/charts/PlotIndicator.vue index c283b68f..4f4fef08 100644 --- a/src/components/charts/PlotIndicator.vue +++ b/src/components/charts/PlotIndicator.vue @@ -36,7 +36,7 @@ v-model="fillTo" :columns="columns" class="mt-1" - label="Select indicator to add" + label="Area chart - Fill to (leave empty for line chart)" />