diff --git a/jquery.flot.js b/jquery.flot.js index 1c69f9d..9fdd45c 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -308,7 +308,7 @@ for (var i = 0; i < d.length; ++i) { var s = $.extend(true, {}, options.series); - if (d[i].data) { + if (d[i].data != null) { s.data = d[i].data; // move the data instead of deep-copy delete d[i].data;