mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fixed a bug in the beforeDraw() routine.
This commit is contained in:
@@ -249,6 +249,9 @@ function columnChart(URL, container, options) {
|
||||
function stackedColumnChart(URL, container, options) {
|
||||
"use strict";
|
||||
|
||||
options = options || {};
|
||||
|
||||
|
||||
$.getJSON(URL).success(function (data) {
|
||||
|
||||
var result = true;
|
||||
|
Reference in New Issue
Block a user