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
Jean-Marc Martins
3422462511
Supranations
11 years ago
Jean-Marc Martins
a3ba1dacdf
Stupid forgotten file
11 years ago
Florian Mounier
61441a2490
Merge remote-tracking branch 'cleder/master' into donut_label_with_links
11 years ago
Jean-Marc Martins
924c1284fb
Merge branch 'master' of ssh+git://github.com/cristen/pygal
...
Conflicts:
pygal/i18n.py
11 years ago
Jean-Marc Martins
f781b56a7a
Fixes supranational code leaving ghost generic
11 years ago
Jean-Marc Martins
a2448a4171
Adds supranational areas to pygal
...
available areas are defined in the i18n file
it can be used like this:
- add("Legend", "europe")
- add("Legend", ["europe", "oecd"])
- or even add("Legend", {"nafta", 1000}) if you wish to add a value for the
entire area
11 years ago
Jean-Marc Martins
3dead6e0a8
Adds supranational areas to pygal
...
available areas are defined in the i18n file
it can be used like this:
- add("Legend", "eur")
- add("Legend", ["eur", "oecd"])
- or even add("Legend", {"nafta", 1000}) if you wish to add a value for the
entire area
11 years ago
Jean-Marc Martins
699422c131
Fixes tests on the worldmap
11 years ago
Florian Mounier
3c78e46bd8
Fix forgotten check of dict type
11 years ago
Jean-Marc Martins
e2fac5b70a
Merge remote-tracking branch 'upstream/master'
11 years ago
Jean-Marc Martins
f8b9b84728
Fix error if the raw_values is empty
11 years ago
Florian Mounier
e9f36b3617
Change list like check (which did not worked in python 3)
11 years ago
Florian Mounier
447ddf68ee
Fix tests of datey and worldmap
11 years ago
Florian Mounier
07facb7df1
Improve perf
11 years ago
Christian Ledermann
d378139bc8
cleanup, sorry for the premature pull request, but this is really the final time
11 years ago
Christian Ledermann
e3f28caaf9
after cosiderations and tests it is better to change the orders of the bars instead of the legend. This is probably more of what a user would expect. fixes #55 all tests are passing
11 years ago
Christian Ledermann
d425006037
add tests
11 years ago
Florian Mounier
69991cf3fe
Add simple perf tool
11 years ago
Mounier Florian
4b4fa9d7b3
Merge pull request #59 from signed0/patch-1
...
Use hasattr instead of dir
11 years ago
Nathan Villaescusa
fdb1b18f14
Use hasattr instead of dir
...
`dir()` is insanely slow since it has to create and sort a list each time. Switching to `hasattr` provides a nice 10x speedup.
11 years ago
Mounier Florian
066450b5e6
Merge pull request #58 from signed0/master
...
Prevent automatic x-axis label truncation from being less than 1
11 years ago
Florian Mounier
cc0ab1339a
Fix #49 and add a test for it
11 years ago
Florian Mounier
5f2a78795e
Add histogram chart type. Fixes #48
11 years ago