This commit is contained in:
satori 2024-12-07 06:59:46 +08:00
parent 7ff160e1d7
commit 47238535fe

View File

@ -46,9 +46,7 @@ new Chart(context, {
}, },
options: { options: {
scales: { scales: {
y: { y: { beginAtZero: true }
beginAtZero: true
}
} }
} }
}) })