]> git.ipfire.org Git - collecty.git/commit
Change default image format to SVG
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2015 18:46:20 +0000 (18:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 May 2015 18:46:20 +0000 (18:46 +0000)
commit5913a52cfc1ab6cf09572e88633eaf4a41dd497c
treea02b39b7bd6a88374e055ae4b03078e54c7814d5
parentc968f6d9744a12474be417bfca1056c44c1eadc9
Change default image format to SVG

SVG is much better scalable and much faster to generate.
It can be resized and exported very well and therefore is
our preferred choice for graph images for now.

The image format can be requested when generating a graph
image.
src/collecty/client.py
src/collecty/constants.py
src/collecty/plugins/base.py