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' ], ]