diff --git a/docs/documentation/custom_styles.rst b/docs/documentation/custom_styles.rst index a203585..876e8a6 100644 --- a/docs/documentation/custom_styles.rst +++ b/docs/documentation/custom_styles.rst @@ -53,7 +53,7 @@ Properties Description ``legend_font_family`` The legend font family ``no_data_font_family`` The no data text font family ``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 ``major_label_font_size`` The major label font size ``value_font_size`` The ``print_value`` font size diff --git a/pygal/style.py b/pygal/style.py index c20cd47..679111b 100644 --- a/pygal/style.py +++ b/pygal/style.py @@ -54,7 +54,7 @@ class Style(object): legend_font_size = 14 no_data_font_size = 64 - # Guide line stroke style + # Guide line dash array style guide_stroke_dasharray = '4,4' major_guide_stroke_dasharray = '6,6'