From e76a57af06f6aeffd2f2095861bac2ef6605d373 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 21 Jul 2015 14:22:08 +0200 Subject: [PATCH] Minor --- docs/documentation/custom_styles.rst | 2 +- pygal/style.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'