Bug: Allow points where canvas-y === 0
authorJoseph Rossi <jrossi@optirtc.com>
Mon, 16 Nov 2015 19:06:46 +0000 (14:06 -0500)
committerJoseph Rossi <jrossi@optirtc.com>
Mon, 16 Nov 2015 20:49:29 +0000 (15:49 -0500)
commitb5794b6527e322cac2ad8f3e4cb1750a11361bd6
tree0db4933d5ca189a99cea2c3786a1d0655750458b
parentda6089e88bd10a434f56755eb99fe4a5aa1cc867
Bug: Allow points where canvas-y === 0

The check for `utils.isOK` blacklists the value 0. In the context of
validating selected points and reporting them in the legend, any point
where canvas-y zero should be included.
src/dygraph.js
src/plugins/legend.js