I have the following code in PHP:
$output = '';
$output .= 'values: [{ ';
$output .= 'arg: "N", ';
$output .= 'val1: '.round($Val1N / $rowCount,2).', ';
$output .= 'val2: '.round($Val2N / $rowCount,2).', ';
$output .= 'val3: '.round($Val3N...
asked by
27.04.2018 / 14:22