RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Falsey zeroes #197

Closed samussiah closed 5 years ago

samussiah commented 6 years ago

Issues

Closes #74

danedexF5 commented 5 years ago

Used this commit https://cdn.rawgit.com/RhoInc/webcharts-tests/9416446696f904cfe6f44f20bba3d0a1a90d3896/config-tester/test-page/index.html

In FF and Chrome this is working as expected. Used the data point versicolor 2.2/6.2 and when I deleted 6.2 off the Master branch, it shifted to the 0 x axis marker. When the rbanch is falsey-zeroes the point is just deleted.

In IE I followed the same steps except I added the space after deleting the data. Results were as expected, the marker zeroed out to the X axis and then disappeared when the branch was falsey-zeroes.