Add API routes and expand v2 frontend

This commit is contained in:
James Cole
2023-09-20 06:18:25 +02:00
parent 0e3ebb9f1a
commit 6b5774a66d
8 changed files with 69 additions and 48 deletions

View File

@@ -27,6 +27,7 @@ function getDefaultChartSettings(type) {
data: {
datasets: [],
},
options: {animations: false}
}
}
if ('pie' === type) {