From 24184813ae257efe842bad683699f32a9efefc2a Mon Sep 17 00:00:00 2001 From: Volker Austrup Date: Mon, 13 Feb 2023 16:03:14 +0000 Subject: [PATCH 1/2] calculate uncertainty bands --- src/components/StackedChart.vue | 19 ++++ src/interfaces.ts | 13 ++- src/stores/workspace.ts | 171 ++++++++++++++++++++++++++++++++ 3 files changed, 199 insertions(+), 4 deletions(-) diff --git a/src/components/StackedChart.vue b/src/components/StackedChart.vue index a6a12bf..8b78d3d 100644 --- a/src/components/StackedChart.vue +++ b/src/components/StackedChart.vue @@ -204,6 +204,25 @@ function unhighlight(): void { @mouseleave="unhighlight" /> +