<?php array_sum(array $array): int|float
<?php $borderCharacter = ($hasBorder() ? $theme->getVariables()->get('chart.borders.' . $borderStyle . '.top') : $theme->getVariables()->get('chart.borders.thin.top')); $total = array_sum(array_column($chartData, 'value')); foreach ($chartData as $key => $value) {