Fixed a bug in the beforeDraw() routine.

This commit is contained in:
James Cole
2016-01-31 14:02:52 +01:00
parent 7a2bb4eb96
commit 8f2d4494d5

View File

@@ -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;