mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +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) {
|
function stackedColumnChart(URL, container, options) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
options = options || {};
|
||||||
|
|
||||||
|
|
||||||
$.getJSON(URL).success(function (data) {
|
$.getJSON(URL).success(function (data) {
|
||||||
|
|
||||||
var result = true;
|
var result = true;
|
||||||
|
Reference in New Issue
Block a user