Browse Source

Update config.py

add a key show_data_labels
pull/232/head
张俊 9 years ago
parent
commit
fd3806497d
  1. 2
      pygal/config.py

2
pygal/config.py

@ -434,6 +434,8 @@ class Config(CommonConfig):
"Don't prefix css")
inverse_y_axis = Key(False, bool, "Misc", "Inverse Y axis direction")
show_data_labels = Key(
False, bool, "Label", "Set to false to hide data-labels")
class SerieConfig(CommonConfig):

Loading…
Cancel
Save