Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
It seems Google chart made a mistake when automatically setting min value for the value axis too high. You can try setting the value axis' min manually like this:
BarChart::create(array(
...
"options" => array(
"vAxis" => array(
"viewWindow" => array(
"min" => 0
)
)
)
));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo