D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ksclnmuac
/
public_html
/
grievance
/
assets
/
js
/
Filename :
bar.js
back
Copy
new Chart(document.getElementById("barchart"), { type: 'bar', data: { labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'], datasets: [{ data: [10,20,30,40,50,60,70,80], label: 'Dataset 1', backgroundColor: "#4755AB", borderWidth: 1, }, { data: [30,10,70,15,30,20,70,80], label: 'Dataset 2', backgroundColor: "#E7EDF6", borderWidth: 1, }] }, options: { responsive: true, legend: { position: 'top', }, } });