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 {