Hi,
I would like to know how to change the color of the font. I've tried this: \koolreport\chartjs\PieChart::create(array(
"title" => "By Status Delivery",
"dataSource" => $time_sale,
"columns" => array(
"status",
"count"
),
"options"=>array(
"legend" => array(
'label' => array(
"fontColor"=> "white",
)
)
)
but it doesn't seem to affect it