I'm working with PHPExcel Version 1.8 (https://github.com/PHPOffice/PHPExcel).
I mainly use it to create charts. Everything is working fine, but I can't get PHPExcel to create charts with the data values displayed inside the chart. I'm generating XLSX-files using the "Excel 2007" writer of PHPExcel.
Upper image: That's how it looks right now, lower image: That's what I want to achieve...
I would really appreciate any help on this!