Replace doughnut chart with pie chart in fees visualization and clean up unused CSS styles.
This commit is contained in:
@@ -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: [
|
||||
|
||||
1002
static/css/app.css
1002
static/css/app.css
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user