Browse Source

Update docs for #242

pull/264/head
Florian Mounier 10 years ago
parent
commit
7927a6e2d7
  1. 1
      docs/changelog.rst
  2. 60
      docs/documentation/custom_styles.rst

1
docs/changelog.rst

@ -36,6 +36,7 @@ Changelog
* Add ``googlefont:font`` support for style fonts * Add ``googlefont:font`` support for style fonts
* Add ``tooltip_fancy_mode`` to revert to old tooltips * Add ``tooltip_fancy_mode`` to revert to old tooltips
* Add auto ``print_value`` color + a configurable ``value_colors`` list in style * 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 1.7.0
===== =====

60
docs/documentation/custom_styles.rst

@ -36,35 +36,37 @@ Properties
Style objects supports the following properties: Style objects supports the following properties:
============================ ========================= ================================ =========================
Properties Description Properties Description
============================ ========================= ================================ =========================
``plot_background`` The color of the chart area background ``plot_background`` The color of the chart area background
``background`` The color of the image background ``background`` The color of the image background
``foreground`` The main foregrond color ``foreground`` The main foregrond color
``foreground_strong`` The emphasis foreground color ``foreground_strong`` The emphasis foreground color
``foreground_subtle`` The subtle foreground color ``foreground_subtle`` The subtle foreground color
``font_family`` The main font family ``font_family`` The main font family
``label_font_family`` The label font family ``label_font_family`` The label font family
``major_label_font_family`` The major label font family ``major_label_font_family`` The major label font family
``value_font_family`` The ``print_value`` font family ``value_font_family`` The ``print_value`` font family
``tooltip_font_family`` The tooltip font family ``tooltip_font_family`` The tooltip font family
``title_font_family`` The title font family ``title_font_family`` The title font family
``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
``label_font_size`` The label font size ``guide_stroke_dasharray`` The dasharray for guide line
``major_label_font_size`` The major label font size ``major_guide_stroke_dasharray`` The dasharray for guide line
``value_font_size`` The ``print_value`` font size ``label_font_size`` The label font size
``tooltip_font_size`` The tooltip font size ``major_label_font_size`` The major label font size
``title_font_size`` The title font size ``value_font_size`` The ``print_value`` font size
``legend_font_size`` The legend font size ``tooltip_font_size`` The tooltip font size
``no_data_font_size`` The no data font size ``title_font_size`` The title font size
``opacity`` The opacity of chart element ``legend_font_size`` The legend font size
``opacity_hover`` The opacity of chart element on mouse hover ``no_data_font_size`` The no data font size
``transition`` Define the global transition property for animation ``opacity`` The opacity of chart element
``colors`` The serie color list ``opacity_hover`` The opacity of chart element on mouse hover
``value_colors`` The ``print_value`` color list ``transition`` Define the global transition property for animation
============================ ========================= ``colors`` The serie color list
``value_colors`` The ``print_value`` color list
================================ =========================
Google font Google font

Loading…
Cancel
Save