I am working with logarithmic scale in the y-axis
I know that log(0) doesn't exist but I need to draw 0 values, and I need a log scale.
I read in other answers that changing the zero values to null
solve the problem, but it is not working for me. See the example: http://jsfiddle.net/QEK3x/15/
Thank you in advance.