Florian Mounier
c0562ffb1c
Bump
11 years ago
Florian Mounier
ccff1999e7
Add region aggregate + fix css
11 years ago
Florian Mounier
c56af71127
Prevent concurrent test crash
11 years ago
Florian Mounier
4f22e2b896
Fix combined tests
11 years ago
Florian Mounier
8a5586e0d1
Merge branch 'master' of github.com:Kozea/pygal
11 years ago
Florian Mounier
4fc5621e0d
Add french maps
11 years ago
Guillaume Ayoub
a7e3332817
Fix majors
11 years ago
Guillaume Ayoub
2c47d4d9f3
Use python3 for fcgi
11 years ago
Guillaume Ayoub
37384e6ceb
Use flipflop instead of flup
11 years ago
Guillaume Ayoub
ed0cd8649d
Add cabaret.fcgi
11 years ago
Florian Mounier
606d246833
Add major y options, this should fix #72 and fix #88 and fix #93
11 years ago
Guillaume Ayoub
0a3740b954
Add majorize function with tests
11 years ago
Florian Mounier
5ed5a1da1c
Commit of empty majorize function with tests
11 years ago
Florian Mounier
0a481165f0
Add inline css + css tests
11 years ago
Florian Mounier
3b7d232d5d
Bump minor
11 years ago
Florian Mounier
c0302a5170
Fix visited links finally. Fixes #57 and fixes #69
11 years ago
Florian Mounier
ee11f880de
Happy new year
11 years ago
Florian Mounier
58962bb727
Bump 1.3.0
11 years ago
Florian Mounier
293576a52c
Fix median computation (s -> seq) and fix tooltips on box plot.
11 years ago
Florian Mounier
b9f75f84c1
Bump
11 years ago
Florian Mounier
6630f548f3
Fix box plot
11 years ago
Florian Mounier
dc8622cba8
Merge remote-tracking branch 'jeffreystarr/add-boxplot'
11 years ago
Florian Mounier
0df9f1a443
Merge remote-tracking branch 'philt2001/master'
11 years ago
Jeffrey Starr
bceba24629
Added vertical lines connecting whiskers to main box
11 years ago
Jeffrey Starr
080c2e5b22
Added tests for box, fixed regressions
11 years ago
Jeffrey Starr
7f4929f5af
Initial commit of Box Plot
11 years ago
Florian Mounier
3a33f963d4
Fix python 2 tests
11 years ago
Florian Mounier
4215c43423
Fix value_formatter acces. It's not in config to_dict as it's a function.
11 years ago
Phil
9a81e48aeb
Add formatting to the DateY X axis label
...
Allow formatting other than the default for the X axis on the DateY plots.
This is done by setting
datey.x_label_format = "%Y-%m-%d"
The formatting is done by the strftime function, so any valid format will work.
See: http://docs.python.org/2/library/time.html#time.strftime
11 years ago
Florian Mounier
7a0b121658
Bump to 1.2.1
11 years ago
Florian Mounier
9ff557332a
Merge branch 'master' of github.com:Kozea/pygal
11 years ago
Florian Mounier
7e3205ecc2
Replace tooltip id with tooltip class. Fix #86
11 years ago
Mounier Florian
83bcd93cba
Merge pull request #85 from signed0/patch-2
...
Fix a bug with secondary y-axis and formatted values
11 years ago
Nathan Villaescusa
92cb2a98d1
Fix a bug with secondary y-axis and formatted values
...
_y_2nd_labels will contain strings that will sometimes be human formatted and not cast-able to a float.
11 years ago
Florian Mounier
70821caeff
Bump version
11 years ago
Mounier Florian
3f999628fa
Merge pull request #78 from sirlark/xml_filters
...
ADDS HOOK FOR XML MODIFICATION PRE-RENDERING
11 years ago
James Dominy
bb96eab106
ADDS HOOK FOR XML MODIFICATION PRE-RENDERING
...
An XML filter can be defined as a function taking a single argument,
supplied as the 'svg' atribute of the graph (an lxml etree?) and
returning a modified version/copy thereof.
XML filters can be added to a plot using the new plot method
add_xml_filter(func).
The hook that executes any filters added to the plot, executes them in
order immediately prior to conversion to a string, in the class method
svg.render, and also immediately prior to returning a copy of the tree
in BaseGraph.render_tree
11 years ago
Mounier Florian
2b2a3588f7
Merge pull request #70 from fayizk1/master
...
Added new style - SolidColorStyle
11 years ago
Florian Mounier
32cb52a419
Add new README
11 years ago
Florian Mounier
66041bdb54
Clean code + fix test
11 years ago
Florian Mounier
766c78d46a
Merge branch 'master' into donut_label_with_links
...
Conflicts:
setup.py
11 years ago
Mounier Florian
06b665a447
Merge pull request #74 from ralphbean/master
...
Explicitly decode source for py3.
11 years ago
Ralph Bean
4b94b14412
Explicitly decode source for py3.
11 years ago
Fayiz Musthafa
deb68e7336
Added new style - SolidColorStyle
11 years ago
Fayiz Musthafa
b5662a19c3
Added new style -
11 years ago
Florian Mounier
0e1a7259db
Merge branch 'master' into donut_label_with_links
11 years ago
Jean-Marc Martins
e226aa5405
Fighting versus git
11 years ago
Jean-Marc Martins
921352c093
Removes from ghost
11 years ago
Jean-Marc Martins
be5ad45048
Adds supranations
11 years ago
Jean-Marc Martins
64e17f48b4
Merge branch 'master' of ssh+git://github.com/cristen/pygal
11 years ago