Fixed font size reduction in graphs. Ticket #411

This commit is contained in:
Arturo Gonzalez 2017-03-02 09:35:28 +01:00
parent 6f8452f10f
commit c527aa243b
1 changed files with 1 additions and 1 deletions

View File

@ -1783,7 +1783,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
//Work around for fixed the agents name with huge size chars. //Work around for fixed the agents name with huge size chars.
$fixed_font_size = $config['font_size'] - 2; $fixed_font_size = $config['font_size'];
//Set graph color //Set graph color