Optimisation on TemperatureModule

This commit is contained in:
nemunaire 2022-08-11 15:20:48 +02:00
commit d0fcfd08d1
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ class Config:
gauge_background="red",
colors=('#000', '#777'))
self.charts_opts = {'style': self.pygal_custom_style, 'show_legend': False, 'margin_right': 7, 'margin_left': 2, 'margin_bottom': 1, 'margin_top': 1}
self.charts_opts = {'style': self.pygal_custom_style, 'show_legend': False, 'margin_right': 7, 'margin_left': 2, 'margin_bottom': 4, 'margin_top': 1}
class RuleModule: