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 494d46613a Fix a lot of label related things 10 years ago
..
css Merge pull request #242 from cbergmiller/style_guide_stroke 10 years ago
graph Fix a lot of label related things 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 Document pygal.graph package 10 years ago
_compat.py Move ``font_size`` config to style. Add ``font_family`` for various elements in style. Add ``googlefont:font`` support for style fonts. 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 Move ``font_size`` config to style. Add ``font_family`` for various elements in style. Add ``googlefont:font`` support for style fonts. 10 years ago
etree.py Document pygal.* 10 years ago
interpolate.py Document pygal.* 10 years ago
serie.py Document pygal.* 10 years ago
state.py Document pygal.* 10 years ago
style.py Better js integration in maps. Use the normal tooltip 10 years ago
svg.py Fix a lot of label related things 10 years ago
table.py Document pygal.* 10 years ago
util.py 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
view.py Document pygal.* 10 years ago