diff options
| author | Paul-Christian Volkmer | 2026-03-06 16:48:26 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2026-03-06 16:48:26 +0100 |
| commit | b7b7fa3da199f2f910c27084a075f91063e46381 (patch) | |
| tree | 4d63eb7eb830b1aea5e9b90f2a5c76d90d75a74d /src/web/charts.js | |
| parent | bf6bfa904e127f51b79cfafb96e1280b50e9615a (diff) | |
feat: improve request list
Diffstat (limited to 'src/web/charts.js')
| -rw-r--r-- | src/web/charts.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
