From b7b7fa3da199f2f910c27084a075f91063e46381 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 6 Mar 2026 16:48:26 +0100 Subject: feat: improve request list --- src/web/charts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/charts.js') diff --git a/src/web/charts.js b/src/web/charts.js index 866e60d..fe9dda7 100644 --- a/src/web/charts.js +++ b/src/web/charts.js @@ -203,7 +203,7 @@ export function drawBarChart(url, elemId, title, data) { '#008000', '#004A9D', '#708090', - '#708090', + '#004A9D', '#708090' ], animationDuration: 250, -- cgit v1.2.3