From: Wim Bruynooghe Date: Fri, 31 May 2013 14:03:40 +0000 (+0300) Subject: Update dygraph.js X-Git-Tag: v1.0.0~25^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=ba5a065fcd8c6344d2f0ec6277cf8efd13dfdf76;p=dygraphs.git Update dygraph.js --- diff --git a/dygraph.js b/dygraph.js index dfab016..752c94d 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2829,8 +2829,7 @@ Dygraph.prototype.extractSeries_ = function(rawData, i, logScale) { break; } } - } - else if (point <= 0) { + } else if (point <= 0) { point = null; } }