diff --git a/libraries/results.php b/libraries/results.php index b029532c1..c8195912e 100644 --- a/libraries/results.php +++ b/libraries/results.php @@ -318,14 +318,14 @@ function updatePlots(){ #$tempData['dataForEval'][] = $dataset['data']; $tempData['dataForEval'][] = array_sum($dataset['data']); } - + $tempLabels['labelsForEval'][] = $evaluation->getName(); } # No data for this parameter is present - else { - $tempData['dataForEval'][] = 0; - } + #else { + # $tempData['dataForEval'][] = 0; + #} } - $tempLabels['labelsForEval'][] = $evaluation->getName(); + #$tempLabels['labelsForEval'][] = $evaluation->getName(); } $temp['datasets'][0]['data'] = $tempData['dataForEval'];