From 733e5e61ba3eb3a7e8f9b6353e7e54ff974a0acc Mon Sep 17 00:00:00 2001 From: Emanoil Manoylov Date: Mon, 9 Mar 2026 14:08:53 +0000 Subject: [PATCH] View your responses title doesn't fit when displayed in chart OU 975833 --- drawchart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drawchart.php b/drawchart.php index da5e208d..142572b1 100644 --- a/drawchart.php +++ b/drawchart.php @@ -55,8 +55,8 @@ function draw_chart( } $nblabels = count($labels); $charttitlefont = "Verdana"; - $charttitlesize = 10; - $charttitlesize2 = 10; + $charttitlesize = 9; + $charttitlesize2 = 9; if ($PAGE->pagetype == 'mod-questionnaire-myreport') { $charttitle = get_string('yourresponse', 'questionnaire'); } else {