From e50b9bf7b63bb7986ddc7cb0dbb249cd4aff080b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:58:08 +0800 Subject: [PATCH] Update indexbody.js --- src/admin/js/indexbody.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/admin/js/indexbody.js b/src/admin/js/indexbody.js index b5a73035..23c59e65 100644 --- a/src/admin/js/indexbody.js +++ b/src/admin/js/indexbody.js @@ -214,28 +214,28 @@ async function LoadStatChart() { { label: 'PV', data: pvs, - lineTension: 0.6, + lineTension: 0.3, borderColor: 'rgba(54, 162, 235, 1)', backgroundColor: 'rgba(54, 162, 235, 0.2)', borderWidth: 1 }, { label: 'UV', data: uvs, - lineTension: 0.6, + lineTension: 0.3, borderColor: 'rgba(255, 206, 86, 1)', backgroundColor: 'rgba(255, 206, 86, 0.2)', borderWidth: 1 }, { label: 'IP', data: ips, - lineTension: 0.6, + lineTension: 0.3, borderColor: 'rgba(255, 99, 132, 1)', backgroundColor: 'rgba(255, 99, 132, 0.2)', borderWidth: 1 }, { label: 'VV', data: vvs, - lineTension: 0.6, + lineTension: 0.3, borderColor: 'rgba(75, 192, 192, 1)', backgroundColor: 'rgba(75, 192, 192, 0.2)', borderWidth: 1