From 1a4d368cbffe067dd16a9f6c1ffa9584d774e6cb Mon Sep 17 00:00:00 2001 From: satori Date: Sat, 7 Dec 2024 08:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7bb5e4..4a133b4 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ datasets: [{ label: '航班数量', data: metrics.map(row => row.count), // 使用 count 作为数据 - backgroundColor: 'rgba(255, 99, 132, 0.2)', // 曲线下方填充颜色(透明度0.2) + backgroundColor: 'rgba(255, 99, 132, 0.2)', // 曲线下方填充颜色 borderColor: 'rgba(255, 99, 132, 1)', // 曲线颜色 borderWidth: 2, // 曲线宽度 lineTension: 0.3, // 平滑曲线