Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Bellow is my code, please suggest me how to use c3js
array(
"handler"=>"<i class='fa fa-bar-chart'></i>",
"widget"=>array(ColumnChart::class,array(
"dataSource"=>$category_amount,
//"width"=>500000,
"columns"=>array(
"category",
"ExistingEmployeeOrders"=>array(
"label"=>"Existing Employee",
"type"=>"number",
),
"NewEmployeeOrders"=>array(
"label"=>"New Employee",
"type"=>"number",
),
"OtherOrders"=>array(
"label"=>"Others",
"type"=>"number",
),
),
))
),
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo