For some reason tick interval on every chart is an interger value. There are no thickInterval settings, though.
When the data values are small like:
[["1", 0], ["2", 0.01], ["3", 0.01], ["Average", 0.01]]
then thick interval is set to 0.
Accordingly column chart looks like this:
How may I fix it?