Add chart on phpoffice/phpword

charts, php, phpexcel, phpword

Solution

It's not actually possible to add chart in a PHPWord Document. But the feature is in the pipe (follow this ticket #123).

But you can use of one of some libraries used (at the moment and in the future) by PHPExcel : PHP Charting Libraries . Actually, PHPExcel just use JpGraph for rendering some graphs.

Problem

I know how to add charts on PHPExcel, but I also need to insert charts on a docx file. Is it possible to manipulate charts with phpoffice/phpword? If it's not possible, do you know a good library for the job?

Original source