mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Fixes #593
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user