Forum


Replies: 7   Views: 215
Serdatalabels - how to use?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by 256bytes  · 21-05-2024 - 12:59

the position property seems not to work on the linecharts but the column chart positioning looks good. is there a patch or some trick i can do to achive the positioning on the line chart too. currently the values on the line chart appear overlapped

'serDataLabels' => [
    [
       'showValue' => 1,
'formatCode' => '#,##0.00',
'position' => 'outsideEnd'
],
[
       'showValue' => 1,
'formatCode' => '#,##0.00',
'position' => 'insideBase'
],
]