Minor updates

This commit is contained in:
James Cole
2024-09-28 08:09:36 +02:00
parent a013af5f0d
commit 28f65e9f44
5 changed files with 1239 additions and 366 deletions

View File

@@ -73,6 +73,7 @@ function formatLabel(str, maxwidth) {
}
var defaultChartOptions = {
elements: {
line: {
cubicInterpolationMode: 'monotone'
@@ -158,4 +159,4 @@ var neutralDefaultPieOptions = {
},
maintainAspectRatio: true,
responsive: true
};
};