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
Florian Mounier
70449fb4f9
Fix format error on list like in table
10 years ago
Florian Mounier
71fe82962b
Fix setup.py typo. References #170
10 years ago
Florian Mounier
53a9519a49
Improve tox.ini
10 years ago
Florian Mounier
0830ee0f69
Merge branch 'master' of github.com:Kozea/pygal
10 years ago
Florian Mounier
b4fe38a209
Update tox ini for ymci
10 years ago
Guillaume Ayoub
7d13be3052
Don't launch cabaret when it's not __main__
10 years ago
Mounier Florian
17b25561f5
Merge pull request #162 from inlanger/render_django_response
...
Add a Django response method
10 years ago
Mounier Florian
e098d30c4b
Merge pull request #166 from jean/master
...
Avoid HTTP 301 Moved Permanently
10 years ago
Jean Jordaan
44f062c60f
Avoid HTTP 301 Moved Permanently
10 years ago
inlanger
e33204d448
Add a Django response method
...
Why not?
10 years ago
ramandel
f1feb772d7
Update util.py
...
Changed line 41 so that the logarithmic change to base 1000 formula uses log base 10 instead of natural log. this allows the denominator to be simplified to 3. Also got rid of the use of floor() inside of int() because it is redundant.
10 years ago
Mounier Florian
b3d0ba4e4a
Merge pull request #151 from sirlark/fill_truncation
...
Adds config option (missing_value_fill_truncation). Fix #150
10 years ago
Florian Mounier
30f82cad20
Update changelog
10 years ago
Florian Mounier
3c7074c6e8
Merge branch 'master' of github.com:Kozea/pygal
10 years ago
Florian Mounier
85819bf5fc
Minor fix for empty logarithmic chart
10 years ago
Blake VandeMerwe
48f7112ea6
Added stroke_width, stroke_style and stroke_dasharray to style.py -- defaults are such that the original style remains the same, but now one can further customize the look of the lines in their graphs. I also added the appropriate unit tests
10 years ago
James Dominy
63868b13af
Adds config option (missing_value_fill_truncation). Fix #150
...
Adds config option (missing_value_fill_truncation) which controls which
values (x, y, or either) in a series are checked for missing values when
determining where to place the closing point of a filled series path.
Commissioned by ClearSpark (http://www.clearspark.co.za )
10 years ago