Browse Source

Update config.py

pull/232/head
张俊 10 years ago
parent
commit
a5eda8cde3
  1. 1
      pygal/config.py

1
pygal/config.py

@ -434,6 +434,7 @@ 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")

Loading…
Cancel
Save