Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi,
In the examples you can get that, "stacked" option. Example
ColumnChart::create(array(
"title"=>"Sale Report on Stack",
"dataSource"=>$category_sale_month,
"columns"=>array(
"category",
"January"=>array("label"=>"January","type"=>"number","prefix"=>"$"),
"February"=>array("label"=>"February","type"=>"number","prefix"=>"$"),
"March"=>array("label"=>"March","type"=>"number","prefix"=>"$"),
),
"stacked"=>true
));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo