Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
\koolreport\d3\PieChart::create(array(
"dataStore"=>array(
array("category"=>"Books","sale"=>90,"cost"=>20000,"profit"=>12000),
array("category"=>"Accessories","sale"=>43000,"cost"=>36000,"profit"=>7000),
array("category"=>"Phones","sale"=>54000,"cost"=>39000,"profit"=>15000),
array("category"=>"Movies","sale"=>23000,"cost"=>18000,"profit"=>5000),
array("category"=>"Others","sale"=>12000,"cost"=>6000,"profit"=>6000),
),
"columns"=>array(
"category",
"cost"
),
"label"=>array(
"use"=>"ratio",
),
"tooltip"=>array(
"use"=>"value",
"prefix"=>"$"
)
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo