From b474288df729f55a5aeeef804c8a21aaa03f9fed Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 7 Aug 2025 18:20:34 +0200 Subject: [PATCH] add cbmode to piecharts - old default colorscheme is now cb colorscheme --- web/frontend/src/generic/plots/Pie.svelte | 72 ++++++++++++++++++----- web/frontend/src/status/UsageDash.svelte | 7 ++- 2 files changed, 62 insertions(+), 17 deletions(-) diff --git a/web/frontend/src/generic/plots/Pie.svelte b/web/frontend/src/generic/plots/Pie.svelte index aed6026..a0312c4 100644 --- a/web/frontend/src/generic/plots/Pie.svelte +++ b/web/frontend/src/generic/plots/Pie.svelte @@ -14,8 +14,47 @@ -->