From 90041985819a43fc2a5fc4fb006423421edf2caa Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Jul 2024 15:42:53 +0200 Subject: [PATCH] fix: faulty BB configuration --- src/composables/plotTemplates.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/composables/plotTemplates.ts b/src/composables/plotTemplates.ts index 030a297b..413b117e 100644 --- a/src/composables/plotTemplates.ts +++ b/src/composables/plotTemplates.ts @@ -11,7 +11,6 @@ const plotTemplates = ref({ bb_lowerband: { color: '#008af4', type: 'line', - fill_to: 'bb_lowerband', }, }, },