From 16080030fbe2015e2e9c23fc2c3bae5898e03ad8 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 22 Aug 2024 23:44:59 +0800 Subject: [PATCH 1/2] MDL-79215 TEST 1 --- mod/survey/graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/survey/graph.php b/mod/survey/graph.php index df7378af783..7285916441d 100644 --- a/mod/survey/graph.php +++ b/mod/survey/graph.php @@ -391,7 +391,7 @@ switch ($type) { $graph->x_data = $names; $graph->y_data['answers1'] = $buckets1; - $graph->y_format['answers1'] = array('colour' => 'ltblue', 'line' => 'line', 'point' => 'square', + $graph->y_format['answers1'] = array('colour' => 'ltblue', 'line' => 'brush', 'point' => 'square', 'shadow_offset' => 4, 'legend' => $stractual); $graph->y_data['answers2'] = $buckets2; $graph->y_format['answers2'] = array('colour' => 'ltorange', 'line' => 'line', 'point' => 'square', -- 2.46.0