It seems that yValueFormatString when using # as formater that 0 is considered as a non value. I assume this is the same for the other valueFormatStrings functions.
Here is the fiddle: http://jsfiddle.net/TA9g5/2/
See the first column. You would expect it to print 0.00 but instead it prints .00
Thanks