LogScale and customBars with negative values
authorWim Bruynooghe <wim@wimme.net>
Fri, 31 May 2013 11:22:44 +0000 (13:22 +0200)
committerWim Bruynooghe <wim@wimme.net>
Fri, 31 May 2013 11:22:44 +0000 (13:22 +0200)
commit5d0b01e9c4c738cbec62dca085e15ceff0a99082
treeccc9016f10a934aaf633d093c2c67c8001ca30df
parentb839102723a21830b8896413f9c3fa9b7c643238
LogScale and customBars with negative values

When LogScale and customBars are enabled, it was verifying if the value was negative by using a <= on an array and then inserting a null. This caused exceptions in rollingAverage(), the value can't be null when using customBars.

(This a new patch based on the current code, since pull request #236 was getting old).
dygraph.js