Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
.trash
/
studywallet
/
js
/
chart-js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/.trash/studywallet/js/chart-js/custom.js
var ctx = document.getElementById('areaChart').getContext('2d'); var areaChart = new Chart(ctx, { type: 'line', data: { labels: ['M', 'T', 'W', 'T', 'F', 'S', 'S'], datasets: [{ label: 'Sales', data: [12, 19, 3, 17, 6, 3, 7], backgroundColor: "rgb(255, 99, 132)" }, { label: 'Expenses', data: [2, 29, 5, 5, 2, 3, 10], backgroundColor: "rgb(231, 233, 237)" }] }, options: { maintainAspectRatio: false, }, });