diff --git a/main/exercise/exercise.class.php b/main/exercise/exercise.class.php
index 0989221361..0146df4fc5 100755
--- a/main/exercise/exercise.class.php
+++ b/main/exercise/exercise.class.php
@@ -10515,8 +10515,8 @@ class Exercise
// Default preset, after that colors are generated randomly. @todo improve colors. Use a js lib?
$colorList = [
- 'rgb(255, 99, 132, 1.0)',
'rgb(0,0,200,1.0)', // red
+ 'rgb(255, 99, 132, 1.0)', // blue
'rgb(255, 159, 64, 1.0)', // orange
'rgb(255, 205, 86, 1.0)', //yellow
'rgb(75, 192, 192, 1.0)', // green
@@ -10550,22 +10550,23 @@ class Exercise
$resultsToJson = json_encode($dataSetToJson);
return "
-
+