瀏覽代碼

Update body.js

tags/6.2.7
叙述、别离 2 年之前
父節點
當前提交
bd98ba8e85
共有 1 個檔案被更改,包括 8 行新增8 行删除
  1. +8
    -8
      src/admin/js/body.js

+ 8
- 8
src/admin/js/body.js 查看文件

@@ -181,31 +181,31 @@ async function LoadStatChart() {
{ {
label:'PV', label:'PV',
data:pvs, data:pvs,
lineTension:.35,
lineTension:.5,
borderColor:'rgba(54, 162, 235, 1)', borderColor:'rgba(54, 162, 235, 1)',
backgroundColor:'rgba(54, 162, 235, 0.2)', backgroundColor:'rgba(54, 162, 235, 0.2)',
borderWidth:1
borderWidth:2
}, { }, {
label:'UV', label:'UV',
data:uvs, data:uvs,
lineTension:.35,
lineTension:.5,
borderColor:'rgba(255, 206, 86, 1)', borderColor:'rgba(255, 206, 86, 1)',
backgroundColor:'rgba(255, 206, 86, 0.2)', backgroundColor:'rgba(255, 206, 86, 0.2)',
borderWidth:1
borderWidth:2
}, { }, {
label:'IP', label:'IP',
data:ips, data:ips,
lineTension:.35,
lineTension:.5,
borderColor:'rgba(255, 99, 132, 1)', borderColor:'rgba(255, 99, 132, 1)',
backgroundColor:'rgba(255, 99, 132, 0.2)', backgroundColor:'rgba(255, 99, 132, 0.2)',
borderWidth:1
borderWidth:2
}, { }, {
label:'VV', label:'VV',
data:vvs, data:vvs,
lineTension:.35,
lineTension:.5,
borderColor:'rgba(75, 192, 192, 1)', borderColor:'rgba(75, 192, 192, 1)',
backgroundColor:'rgba(75, 192, 192, 0.2)', backgroundColor:'rgba(75, 192, 192, 0.2)',
borderWidth:1
borderWidth:2
} }
] ]
}, },


Loading…
取消
儲存