Forum


Replies: 1   Views: 819
How can i add a gap between bars on a barchart?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by RANEPA  · 13-10-2021 - 09:07

I have the following settings of my chart:

'sizeX' => 17,
'sizeY' => 8,
'jc' => 'center',
'chartAlign' => 'center',
'legendPos' => 'l',
'border' => '1',
'type' => 'barChart',
'hgrid' => '1',
'vgrid' => 0,
'color' => '2',
'showValue' => true,

I can't insert image here to show my chart, but the bars on it are side by side, without margings. What property can I add to make spaces between bars?