Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
\koolreport\chartjs\ColumnChart::create(array(
"plugins" => [
"datalabels"
],
"dataSource"=>$chart_array,
"legend"=>array(
"display"=>false
),
"options"=>array(
"scales" => array(
"yAxes" => array(
"display"=>true,
"gridLines" => array(
"display" => false
),
)
),
)
));
This is the complete function
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo