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
James Dominy
43465ad1c0
Merge branch 'master' into classed_zero_axes
10 years ago
James Dominy
661132b8af
Adds an extra class (axis) to vertical guides if the label is "0". Fix #147
...
Commissioned by ClearSpark (http://www.clearspark.co.za )
10 years ago
Mounier Florian
b28627433a
Merge pull request #146 from sirlark/axis_reordering
...
Reorders axes in SVG output. Fix #145
10 years ago
James Dominy
a0979befd2
Adds an extra class (axis) to horizontal guides if the label is "0"
10 years ago
James Dominy
e9f3bd3817
Reorders axes in SVG output. Fix #145
...
Currently pygal renders the x-axis before the y-axis, but this means
that because of the painters algorithm, the horizontal guide lines of
the y-axis are above the y-axis line (which is actually an x-axis
guide). If you have custom css that changes the colours of horizontal
guide lines, for example to hide them until hovered over, they create
visual gaps in the y-axis.
10 years ago
Florian Mounier
8f42442524
Add `stack_from_top` option to reverse stack graph data order. Fix #141
10 years ago
Florian Mounier
78dd5b3048
Bump to 1.5.0. Fix #142
10 years ago
Florian Mounier
4d645be153
Merge branch 'master' of github.com:Kozea/pygal
10 years ago
Florian Mounier
60daf6442c
Support colors in rgb / rgba for parametric styles
10 years ago
Mounier Florian
8e5051031f
Merge pull request #136 from rcarmo/patch-1
...
Fix secondary y axis
10 years ago
Rui Carmo
6b5cd2d51d
Fix secondary y axis
10 years ago
Mounier Florian
750d76ddd5
Merge pull request #133 from gjvnq/master
...
Added new mode to box plot chart: "extremes"
11 years ago
Florian Mounier
383777cc6a
Make #130 work
11 years ago
Florian Mounier
66ba614d8f
Merge branch 'master' of github.com:Kozea/pygal
11 years ago
Mounier Florian
7267eec61c
Merge pull request #130 from makinacorpus/master
...
Move font-family to style instead of hard-coded monospace
11 years ago
Florian Mounier
d4d2f0e04f
Fix empty
11 years ago
Gabriel Queiroz
0e2272e0a4
Bug fix on box plot modes.
11 years ago
Gabriel Queiroz
46580d475a
Added new mode to box plot chart: "extremes". Which will use the minimum and the maximum values as q0 and q4, respectively.
11 years ago
Mathieu Leplatre
a45c80bd90
Move font-family to config
11 years ago
Florian Mounier
cb9174cb18
Fix secondary values
11 years ago
Florian Mounier
027e0c2fae
Include index in serie
11 years ago
Florian Mounier
2c5a5e9156
Remove axis tests for Treemap
11 years ago