mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -85,7 +85,7 @@ class GraphParameters
|
||||
|
||||
$this->font = Config::get('mono_font');
|
||||
$this->font_color = Clean::alphaDash($vars['font']);
|
||||
$this->font_size = $this->width <= self::MEDIUM_SMALL ? 8 : 7;
|
||||
$this->font_size = $this->width <= self::MEDIUM_SMALL ? 7 : 8;
|
||||
|
||||
$this->canvas = Clean::alphaDash($vars['bg'] ?? '');
|
||||
$this->background = Clean::alphaDash($vars['bbg'] ?? '');
|
||||
|
Reference in New Issue
Block a user