diff --git a/src/admin/js/body.js b/src/admin/js/body.js index ea369955..7b4a4099 100644 --- a/src/admin/js/body.js +++ b/src/admin/js/body.js @@ -181,31 +181,31 @@ async function LoadStatChart() { { label:'PV', data:pvs, - lineTension:.35, + lineTension:.5, borderColor:'rgba(54, 162, 235, 1)', backgroundColor:'rgba(54, 162, 235, 0.2)', - borderWidth:1 + borderWidth:2 }, { label:'UV', data:uvs, - lineTension:.35, + lineTension:.5, borderColor:'rgba(255, 206, 86, 1)', backgroundColor:'rgba(255, 206, 86, 0.2)', - borderWidth:1 + borderWidth:2 }, { label:'IP', data:ips, - lineTension:.35, + lineTension:.5, borderColor:'rgba(255, 99, 132, 1)', backgroundColor:'rgba(255, 99, 132, 0.2)', - borderWidth:1 + borderWidth:2 }, { label:'VV', data:vvs, - lineTension:.35, + lineTension:.5, borderColor:'rgba(75, 192, 192, 1)', backgroundColor:'rgba(75, 192, 192, 0.2)', - borderWidth:1 + borderWidth:2 } ] },