I want to create a bar chart using PHPExcel in multi color means every bar can contain multi color as shown below.

I have searched it out but couldn't be able to find out the solution.
Second question how can I increase width of bar?
Best Regards
I want to create a bar chart using PHPExcel in multi color means every bar can contain multi color as shown below.

I have searched it out but couldn't be able to find out the solution.
Second question how can I increase width of bar?
Best Regards
It's a stacked column chart, so you need to set the plotGrouping to PHPExcel_Chart_DataSeries::GROUPING_STACKED
See /Examples/33chartcreate-bar-stacked.php for an example
but set $series->setPlotDirection(PHPExcel_Chart_DataSeries::DIRECTION_COLUMN); to stack vertically rathe rthan horizontally