Browse Source

Update docs for #242

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

1
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
=====

8
docs/documentation/custom_styles.rst

@ -36,9 +36,9 @@ 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
@ -52,6 +52,8 @@ Properties Description
``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
@ -64,7 +66,7 @@ Properties Description
``transition`` Define the global transition property for animation
``colors`` The serie color list
``value_colors`` The ``print_value`` color list
============================ =========================
================================ =========================
Google font

Loading…
Cancel
Save