Replace doughnut chart with pie chart in fees visualization and clean up unused CSS styles.

This commit is contained in:
2026-07-16 08:38:17 +02:00
parent fc7a349f8f
commit 83caa233d7
2 changed files with 1 additions and 1003 deletions

View File

@@ -397,7 +397,7 @@
// Colour carries the meaning here — unpaid must read as a problem, waived must
// not — so the slices are pinned to the semantic theme colours, in order.
const fees = new Chart(document.getElementById("fees-chart"), {
type: "doughnut",
type: "pie",
data: {
labels: data.fees.map((slice) => slice.label),
datasets: [

File diff suppressed because it is too large Load Diff