Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Sep 2, 2024
1 parent abf19c5 commit c5118c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit c5118c0

Please sign in to comment.