This commit is contained in:
James Cole
2017-02-23 17:43:29 +01:00
parent fc36f9cd8c
commit 063ca3121a
2 changed files with 7 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ function stackedColumnChart(URI, container) {
var options = defaultChartOptions;
options.stacked = true;
options.scales.xAxes[0].stacked = true;
options.scales.yAxes[0].stacked = true;
var chartType = 'bar';