Graph improvements, checkout management, total history

This commit is contained in:
2024-06-22 15:59:47 +02:00
parent 1525a6a807
commit 8b3676b275
23 changed files with 558 additions and 115 deletions
+19
View File
@@ -86,6 +86,25 @@ function DrinkPage(arg:Arguments) {
display: false
},
},
scales: {
x: {
title: {
display: true,
text: 'History'
}
},
y: {
title: {
display: true,
text: 'Amount'
},
min: 0,
ticks: {
// forces step size to be 50 units
stepSize: 1
}
}
}
};
return (