chartist-plugin-pointlabels
chartist-plugin-pointlabels copied to clipboard
Fixes #19 - 0 is not undefined anymore in labels
Handle y=0 while x=undefined with care
Explanation
Before we were getting the bug when y = 0 and x = undefined
which would cause value
to be undefined
Really that should give use a label of 0
and so value
should be 0
as well
Also tagging @MartinMuzatko since already submitted a fix : )
+1