소스 검색

Update indexbody.js

tags/6.2.6
叙述、别离 2 년 전
부모
커밋
e50b9bf7b6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/admin/js/indexbody.js

+ 4
- 4
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


불러오는 중...
취소
저장