Florian Mounier
73994ff93c
Remove whitespace
10 years ago
Florian Mounier
7f619aa8c5
Merge branch 'never-eat-yellow-snow-pie-value-formatter'
10 years ago
Florian Mounier
71857b132f
Merge branch 'pie-value-formatter' of https://github.com/never-eat-yellow-snow/pygal into never-eat-yellow-snow-pie-value-formatter
10 years ago
Florian Mounier
aa41dc47fc
Merge branch 'master' of github.com:Kozea/pygal
10 years ago
Florian Mounier
171fa66bb6
Missing changelog
10 years ago
Mounier Florian
f8b6246bfd
Merge pull request #212 from nfriedli/patch-1
...
Official abbreviations
10 years ago
Florian Mounier
7600ec6e28
Fix random failing test
10 years ago
Florian Mounier
2dda376a0e
Fix #148
10 years ago
Florian Mounier
aa795a15ba
Fix datetimeline time data. Fix #193 .
10 years ago
Florian Mounier
27132c0432
Keep state with env
10 years ago
never-eat-yellow-snow
636aecea04
- fix specifying a value_formatter, needed to be excluded from the json dictionary
...
- Pie graphs do now support a value_formatter as well
10 years ago
Nicolas Friedli
4e300e8f6c
Official abbreviations
...
Would be a better choice to use official abbreviations for cantons names.
Really difficult to use "litteral names" in Switzerland. For example: "Waadt" is writter in German but "Vaud" is the french name of this french speaking canton. "Bern" is in German, but "Berne" is the french name of this *bilingual* canton.
Ref: Official swiss admin website: http://www.bfs.admin.ch/bfs/portal/fr/index/dienstleistungen/premiere_visite/03/03_02.html
10 years ago
Florian Mounier
efbf6638e9
Fix #210
10 years ago
Florian Mounier
ea7bdcaa03
Add continents
10 years ago
Florian Mounier
7ce0703fad
More fix on maps
10 years ago
Florian Mounier
11d3242f4a
Forgot the maps again
10 years ago
Florian Mounier
af524da69e
Update changelog
10 years ago
Florian Mounier
02175144fe
Fix paths
10 years ago
Florian Mounier
a61384fe99
Refactor maps
10 years ago
Florian Mounier
4817b8e3a4
Merge branch 'master' into 2.0.0
10 years ago
Florian Mounier
90a91b76b5
PR Fix #207
10 years ago
Mounier Florian
2303c34823
Merge pull request #207 from sergedroz/master
...
Support for Swiss cantons.
10 years ago
Serge Droz
b72b6f1112
Support for Swiss cantons. Keys are of the form kt-xx where
...
xx ist the short for the respective canton
10 years ago
Clément Plasse
4dedda50d2
Allow to inverse y axis, Fixes #24
10 years ago
Florian Mounier
55caf8ce49
Fix js options and 2.6
10 years ago
Florian Mounier
26abcc6662
Try to make it work without ghost. Not really possible as is.
10 years ago
Florian Mounier
41186be872
Fix old python
10 years ago
Florian Mounier
a5f94ebd7d
Remove DateY and replace it by real XY datetime, date, time and timedelta support. Introduce new XY configuration options: `xrange`, `x_value_formatter`.
10 years ago
Florian Mounier
a1acaacf0e
Add tests that fails referencing #188
10 years ago
Florian Mounier
14ef65875d
Add show_x_labels option to remove them and the x axis. Set print_values to False by default. Fix #192
10 years ago
Florian Mounier
29330e6f8e
1.6.2
10 years ago
Florian Mounier
2924c26d3f
1.6.2
10 years ago
Florian Mounier
505a117fe4
Add a way to specify style/color on nodes. References: #184
10 years ago
Florian Mounier
5418dcdff8
Fix #176
10 years ago
Mounier Florian
2897b5d9f9
Merge pull request #185 from kswiat/adjust_to_new_django_versions
...
Adjust render_django_response() to Django>1.4
10 years ago
Mounier Florian
e623bc90fe
Merge pull request #176 from djt/master
...
Add ability to edit single margins
10 years ago
Konrad Świat
6ff46cdd05
Using the 'miemetype' parameter in HttpResponseBase was deprecated
...
since Django 1.4. Since Django 1.7 the 'mimetype' is vanished and has been
replaced with 'content_type'.
Thanks to @Irexistus for pointing that out.
10 years ago
Daniel
035f36011c
Add ability to edit single margins
10 years ago
Daniel
8793b71004
Add ability to edit single margins
10 years ago
Florian Mounier
fe6fe4c8ea
Add decimal to float adapter to at least prevent crash on decimal. Fix #172
10 years ago
Florian Mounier
1c4999a21f
Bump to 1.6.0
10 years ago
Florian Mounier
3b364db69d
Prepare 1.6.0
10 years ago
Florian Mounier
2744a28d37
Revert "Update util.py"
...
This reverts commit f1feb772d7
.
Conflicts:
pygal/util.py
10 years ago
Florian Mounier
f226fac2aa
Merge branch 'ramandel-master'
10 years ago
Florian Mounier
6859b14103
Merge branch 'master' of https://github.com/ramandel/pygal into ramandel-master
...
Conflicts:
pygal/util.py
10 years ago
Florian Mounier
a28fe55d58
Update CHANGELOG
10 years ago
Mounier Florian
18ee2f695f
Merge pull request #154 from blakev/master
...
Add line stroke customization parameters to style.py
10 years ago
Mounier Florian
ebbab47792
Merge pull request #147 from sirlark/classed_zero_axes
...
Adds an extra class (axis) to horizontal guides if the label is "0"
10 years ago
Florian Mounier
333597f195
Secondary interpolation fix. Fix #165
10 years ago
Florian Mounier
60fb41b1d5
Add legend_at_bottom_columns option to specify number of columns in legend when at bottom. Fixes #157
10 years ago