Hi,
I found a bug in FC, when you're setting : decimals: "0" and you have negative values in your graph, the value is not well rounded.
In example : -3.5 should be rounded at -4, currently it show -3. I think this is because your devs are using the Math.round integrated function of JS, but...