How to set fontSize of chart (axis, value)?
'fontSize' parameter is correct?
For example I have param chart defiinition as above
$paramsChart = array (
'data' => $data,
'type' => 'colChart',
'title' => $title,
'color' => 26,
'sizeX' => $x,
'sizeY' => $y,
'jc' => 'center',
'groupBar' => 'clustered',
'font' => 'Calibri',
'legendpos' => 'none',
'fontSize' => 9,
'border' => 'none'
);
'fontSize' desn't give efect.