Make the metrics chart a stacked bar graph

This commit is contained in:
Timothy Baldridge 2020-05-10 17:05:40 -06:00
parent 1f1f070351
commit 3debe41915

View File

@ -64,7 +64,7 @@
datasets: datasets},
// Configuration options go here
options: {}
options: {scales: {xAxes: [{stacked:true}], yAxes: [{stacked:true}]}}
});
};
getReport(group, result_fn);