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 ef95c1c085 Fix non namespaced svg (without embed) javascript by adding uuid in config object. (config is in window.pygal now). 10 years ago
..
css Fix radar axis behaviour (#247) 10 years ago
graph Minor fixes 10 years ago
maps Document pygal.graph package 10 years ago
test 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) 10 years ago
__init__.py Add box documentation and x/y labels with labels documentation. 10 years ago
_compat.py Fix unicode in python 2 10 years ago
adapters.py Fix a lot of label related things 10 years ago
colors.py Add auto ``print_value`` color + a configurable ``value_colors`` list in style + Update doc 10 years ago
config.py 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) 10 years ago
etree.py Document pygal.* 10 years ago
interpolate.py Imports clean 10 years ago
serie.py Imports clean 10 years ago
state.py Minor fixes 10 years ago
style.py Fix broken font_family default 10 years ago
svg.py Fix non namespaced svg (without embed) javascript by adding uuid in config object. (config is in window.pygal now). 10 years ago
table.py Imports clean 10 years ago
util.py Add tooltip support in metadata to add a title (#249). 10 years ago
view.py Fix box differently to avoid getting a null height on huge numbers 10 years ago