Increase plot margin

This commit is contained in:
nemunaire 2023-01-16 13:47:30 +01:00
parent 5090e8068d
commit 9d625c87ee
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,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': 4, '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': 7}
class RuleModule: