mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Update chart to show sum
This commit is contained in:
@@ -125,9 +125,9 @@ function doubleYChart(URI, container) {
|
||||
];
|
||||
options.stacked = true;
|
||||
options.scales.xAxes[0].stacked = true;
|
||||
console.log(options);
|
||||
// console.log(options);
|
||||
|
||||
var chartType = 'line';
|
||||
var chartType = 'bar';
|
||||
|
||||
drawAChart(URI, container, chartType, options, colorData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user