Fixed font size reduction in graphs. Ticket #411
This commit is contained in:
parent
6f8452f10f
commit
c527aa243b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue