|
|
@ -243,19 +243,19 @@ class Config(CommonConfig): |
|
|
|
"Margin around chart") |
|
|
|
"Margin around chart") |
|
|
|
|
|
|
|
|
|
|
|
margin_top = Key( |
|
|
|
margin_top = Key( |
|
|
|
20, int, "Look", |
|
|
|
None, int, "Look", |
|
|
|
"Margin around top of chart") |
|
|
|
"Margin around top of chart") |
|
|
|
|
|
|
|
|
|
|
|
margin_right = Key( |
|
|
|
margin_right = Key( |
|
|
|
20, int, "Look", |
|
|
|
None, int, "Look", |
|
|
|
"Margin around right of chart") |
|
|
|
"Margin around right of chart") |
|
|
|
|
|
|
|
|
|
|
|
margin_bottom = Key( |
|
|
|
margin_bottom = Key( |
|
|
|
20, int, "Look", |
|
|
|
None, int, "Look", |
|
|
|
"Margin around bottom of chart") |
|
|
|
"Margin around bottom of chart") |
|
|
|
|
|
|
|
|
|
|
|
margin_left = Key( |
|
|
|
margin_left = Key( |
|
|
|
20, int, "Look", |
|
|
|
None, int, "Look", |
|
|
|
"Margin around left of chart") |
|
|
|
"Margin around left of chart") |
|
|
|
|
|
|
|
|
|
|
|
tooltip_border_radius = Key(0, int, "Look", "Tooltip border radius") |
|
|
|
tooltip_border_radius = Key(0, int, "Look", "Tooltip border radius") |
|
|
|