Browse Source

Minor

pull/264/head
Florian Mounier 10 years ago
parent
commit
e76a57af06
  1. 2
      docs/documentation/custom_styles.rst
  2. 2
      pygal/style.py

2
docs/documentation/custom_styles.rst

@ -53,7 +53,7 @@ Properties Description
``legend_font_family`` The legend font family ``legend_font_family`` The legend font family
``no_data_font_family`` The no data text font family ``no_data_font_family`` The no data text font family
``guide_stroke_dasharray`` The dasharray for guide line ``guide_stroke_dasharray`` The dasharray for guide line
``major_guide_stroke_dasharray`` The dasharray for guide line ``major_guide_stroke_dasharray`` The dasharray for major guide line
``label_font_size`` The label font size ``label_font_size`` The label font size
``major_label_font_size`` The major label font size ``major_label_font_size`` The major label font size
``value_font_size`` The ``print_value`` font size ``value_font_size`` The ``print_value`` font size

2
pygal/style.py

@ -54,7 +54,7 @@ class Style(object):
legend_font_size = 14 legend_font_size = 14
no_data_font_size = 64 no_data_font_size = 64
# Guide line stroke style # Guide line dash array style
guide_stroke_dasharray = '4,4' guide_stroke_dasharray = '4,4'
major_guide_stroke_dasharray = '6,6' major_guide_stroke_dasharray = '6,6'

Loading…
Cancel
Save