Hello @all,
I have several 3D Stacked Bar charts with a lot of data. I have tried to change the general chart size - with no success. I found some commands in the ChartDirector documentation, but I receive always an error while generating the report.
e.g.
$c = new XYChart(500, 320);
$c->setPlotArea(100, 40, 280, 240);
Thanks in advance for each help.
Peter