I need to insert a chart in a docx file. Is it possible to manipulate charts with phpoffice/phpword?
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.