<canvas data-chart='{
"type": "line",
"data": {
"labels": ["W1", "W2", "W3", "W4", "W5", "W6", "W7", "W8", "W9"],
"datasets": [
{
"label": "Dataset 1",
"data": [12, 9, 7, 8, 6, 4, 3, 2, 0],
"backgroundColor": "rgba(68,140,116,.35)",
"borderWidth": 2,
"borderColor": "#448c74",
"pointBackgroundColor": "#448c74",
"pointBorderWidth": 8,
"pointBorderColor": "rgba(68,140,116,.35)",
"pointHoverBorderColor": "#448c74",
"pointHoverBorderWidth": 6
},
{
"label": "Dataset 2",
"data": [2, 1, 3, 7, 9, 6, 7.7, 4, 7],
"backgroundColor": "rgba(237,203,80,.35)",
"borderWidth": 2,
"borderColor": "#edcb50",
"pointBackgroundColor": "#edcb50",
"pointBorderWidth": 8,
"pointBorderColor": "rgba(237,203,80,.35)",
"pointHoverBorderColor": "#edcb50",
"pointHoverBorderWidth": 6
},
{
"label": "Dataset 2",
"data": [1, 3, 4, 5, 6, 8, 9, 10, 11],
"backgroundColor": "rgba(237,80,80,.35)",
"borderWidth": 2,
"borderColor": "#ed5050",
"pointBackgroundColor": "#ed5050",
"pointBorderWidth": 8,
"pointBorderColor": "rgba(237,80,80,.35)",
"pointHoverBorderColor": "#ed5050",
"pointHoverBorderWidth": 6
}
]
},
"options": {
"scales": {
"y": {
"beginAtZero": true,
"border": {
"color": "rgba(133,140,151,.18)"
},
"grid": {
"color": "rgba(133,140,151,.18)"
}
},
"x": {
"border": {
"color": "rgba(133,140,151,.18)"
},
"grid": {
"color": "rgba(133,140,151,.18)"
}
}
}
}
}'></canvas>