From 47238535fe983a744e9705b5e9d9b5e9f8b03699 Mon Sep 17 00:00:00 2001 From: satori Date: Sat, 7 Dec 2024 06:59:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.js b/main.js index d94d605..0d79472 100644 --- a/main.js +++ b/main.js @@ -46,9 +46,7 @@ new Chart(context, { }, options: { scales: { - y: { - beginAtZero: true - } + y: { beginAtZero: true } } } })