Skip to content

Commit

Permalink
Fix Kozea#176
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jan 21, 2015
1 parent 2897b5d commit 5418dcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pygal/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,19 +243,19 @@ class Config(CommonConfig):
"Margin around chart")

margin_top = Key(
20, int, "Look",
None, int, "Look",
"Margin around top of chart")

margin_right = Key(
20, int, "Look",
None, int, "Look",
"Margin around right of chart")

margin_bottom = Key(
20, int, "Look",
None, int, "Look",
"Margin around bottom of chart")

margin_left = Key(
20, int, "Look",
None, int, "Look",
"Margin around left of chart")

tooltip_border_radius = Key(0, int, "Look", "Tooltip border radius")
Expand Down

0 comments on commit 5418dcd

Please sign in to comment.