Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi,
You do this:
DonutChart::create(array(
...
"options"=>array(
"legend"=>"none"
)
));
Above is the short hand of below settings which can apply to any google charts
{Any Google Chart}::create(array(
...
"options"=>array(
"legend"=>array("position"=>"none")
)
));
Let us know if you need further assistance.
Regards.
KoolPHP Inc
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo