Python to generate nice looking SVG graph http://pygal.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Florian Mounier c175c08d8b Add ``print_labels`` option to print label too. (Fix #197) Add ``value_label_font_family`` and ``value_label_font_size`` style options for ``print_labels``. Default ``print_zeroes`` to True (Re)Add xlink in desc to show on tooltip Activate element on tooltip hovering. (Fix #106) 9 years ago
..
axis.rst Write configuration doc 9 years ago
chart.rst Serie and value configuration doc 9 years ago
data.rst Add ``print_labels`` option to print label too. (Fix #197) Add ``value_label_font_family`` and ``value_label_font_size`` style options for ``print_labels``. Default ``print_zeroes`` to True (Re)Add xlink in desc to show on tooltip Activate element on tooltip hovering. (Fix #106) 9 years ago
interpolations.rst Write configuration doc 9 years ago
label.rst Add box documentation and x/y labels with labels documentation. 9 years ago
legend.rst Add auto ``print_value`` color + a configurable ``value_colors`` list in style + Update doc 9 years ago
misc.rst Write configuration doc 9 years ago
rendering.rst Fix #237 + protocol fix 9 years ago
serie.rst Add output doc and table doc 9 years ago
sizing.rst Write configuration doc 9 years ago
specific_options.rst Write configuration doc 9 years ago
title.rst Add auto ``print_value`` color + a configurable ``value_colors`` list in style + Update doc 9 years ago
tooltip.rst Add auto ``print_value`` color + a configurable ``value_colors`` list in style + Update doc 9 years ago
value.rst Refactor label processing in a ``_compute_x_labels`` and ``_compute_y_labels`` method. Handle both string and numbers for all charts. Create a ``Dual`` base chart for dual axis charts. (Fix #236) 9 years ago