Optimisation on TemperatureModule
This commit is contained in:
parent
450f1eb9dd
commit
d0fcfd08d1
2 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue