From 7927a6e2d71336128ef70c4396e829d7718944b0 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 21 Jul 2015 14:21:24 +0200 Subject: [PATCH] Update docs for #242 --- docs/changelog.rst | 1 + docs/documentation/custom_styles.rst | 60 ++++++++++++++-------------- 2 files changed, 32 insertions(+), 29 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 789ba6b..0f7e06a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -36,6 +36,7 @@ Changelog * Add ``googlefont:font`` support for style fonts * Add ``tooltip_fancy_mode`` to revert to old tooltips * Add auto ``print_value`` color + a configurable ``value_colors`` list in style +* Add ``guide_stroke_dasharray`` and ``guide_stroke_dasharray`` in style to customize guides (#242) (thanks cbergmiller) 1.7.0 ===== diff --git a/docs/documentation/custom_styles.rst b/docs/documentation/custom_styles.rst index c785dd7..a203585 100644 --- a/docs/documentation/custom_styles.rst +++ b/docs/documentation/custom_styles.rst @@ -36,35 +36,37 @@ Properties Style objects supports the following properties: -============================ ========================= -Properties Description -============================ ========================= -``plot_background`` The color of the chart area background -``background`` The color of the image background -``foreground`` The main foregrond color -``foreground_strong`` The emphasis foreground color -``foreground_subtle`` The subtle foreground color -``font_family`` The main font family -``label_font_family`` The label font family -``major_label_font_family`` The major label font family -``value_font_family`` The ``print_value`` font family -``tooltip_font_family`` The tooltip font family -``title_font_family`` The title font family -``legend_font_family`` The legend font family -``no_data_font_family`` The no data text font family -``label_font_size`` The label font size -``major_label_font_size`` The major label font size -``value_font_size`` The ``print_value`` font size -``tooltip_font_size`` The tooltip font size -``title_font_size`` The title font size -``legend_font_size`` The legend font size -``no_data_font_size`` The no data font size -``opacity`` The opacity of chart element -``opacity_hover`` The opacity of chart element on mouse hover -``transition`` Define the global transition property for animation -``colors`` The serie color list -``value_colors`` The ``print_value`` color list -============================ ========================= +================================ ========================= +Properties Description +================================ ========================= +``plot_background`` The color of the chart area background +``background`` The color of the image background +``foreground`` The main foregrond color +``foreground_strong`` The emphasis foreground color +``foreground_subtle`` The subtle foreground color +``font_family`` The main font family +``label_font_family`` The label font family +``major_label_font_family`` The major label font family +``value_font_family`` The ``print_value`` font family +``tooltip_font_family`` The tooltip font family +``title_font_family`` The title font family +``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 +``label_font_size`` The label font size +``major_label_font_size`` The major label font size +``value_font_size`` The ``print_value`` font size +``tooltip_font_size`` The tooltip font size +``title_font_size`` The title font size +``legend_font_size`` The legend font size +``no_data_font_size`` The no data font size +``opacity`` The opacity of chart element +``opacity_hover`` The opacity of chart element on mouse hover +``transition`` Define the global transition property for animation +``colors`` The serie color list +``value_colors`` The ``print_value`` color list +================================ ========================= Google font