Use stacked bar charts

This commit is contained in:
halgari 2020-08-24 09:08:23 -06:00
parent 2136924161
commit babb7b07dc

View File

@ -56,7 +56,7 @@
var ctx = document.getElementById(ele).getContext('2d');
var chart = new Chart(ctx, {
// The type of chart we want to create
type: 'line',
type: 'bar',
// The data for our dataset
data: {