Hi,
By default, lineCharts are drawn with smooth lines, is there any way to change it?
This code:
$docx->addChart(array( 'data' => $chart_data, 'type' => 'lineChart', 'sizeX' => 16, 'sizeY' => 8, 'legendPos' => 'b' ));
Generates something like this: http://imgur.com/a/NQP8v
What I need: http://imgur.com/a/cbyX5
Thanks