Florian Mounier
|
52f5243fcd
|
Update documentation for horizontalline
|
9 years ago |
Florian Mounier
|
ebfe90a553
|
Update documentation
|
9 years ago |
Florian Mounier
|
51a9e9eb11
|
Convert the allow_interruptions kwargs to a full featured serie config option.
|
9 years ago |
Florian Mounier
|
510962108a
|
Update changelog
|
9 years ago |
Florian Mounier
|
6e483e6d8a
|
Merge branch 'master' of github.com:Kozea/pygal
|
9 years ago |
Mounier Florian
|
cc430a1127
|
Merge pull request #300 from piotrmaslanka/master
support for interruptable plots
|
9 years ago |
Florian Mounier
|
eb5e25a739
|
Update changelog
|
9 years ago |
Florian Mounier
|
b7de0d937e
|
Merge branch 'master' of github.com:Kozea/pygal
|
9 years ago |
Florian Mounier
|
a2a3135bf8
|
Reduce ci stroke width when reactive
|
9 years ago |
Florian Mounier
|
326435da3f
|
Minor fix
|
9 years ago |
Mounier Florian
|
dad36c2642
|
Merge pull request #296 from chartique/ci_fix
Fixed CI to be reactive.
|
9 years ago |
Mounier Florian
|
0e165e989f
|
Merge pull request #301 from chartique/horizontal
Added options for Horizontal Line charts
|
9 years ago |
chartique
|
d0645dfa5f
|
Added options for Horizontal Line Charts
|
9 years ago |
chartique
|
c271f10e77
|
Added options for Horizontal Line Charts
|
9 years ago |
chartique
|
c6324cc8e9
|
Added options for Horizontal Line Charts
|
9 years ago |
Piotr Maślanka
|
0da234757b
|
pyflakes again
|
9 years ago |
Piotr Maślanka
|
0022f73650
|
pyflakes hates my guts
|
9 years ago |
Piotr Maślanka
|
741a97850e
|
support for interruptable plots added
|
9 years ago |
chartique
|
6c9f2579ae
|
fixed so that the confidence intervals are now reactive and disappear if you uncheck them on the legend.
|
9 years ago |
Florian Mounier
|
c1cd162b20
|
Release 2.1.1
|
9 years ago |
Florian Mounier
|
3f8a2a991b
|
Import scipy as a last resort in stats.py (should workaround bugs like #294 if scipy is installed but not used)
|
9 years ago |
Florian Mounier
|
387d299ce5
|
Import scipy as a last resort in stats.py (should fix bugs like #294 if scipy is installed but not used)
|
9 years ago |
Florian Mounier
|
383d0ab3c0
|
Update flake8 ignores.
|
9 years ago |
Florian Mounier
|
0cbdb77bf0
|
Release 2.1.0
|
9 years ago |
Florian Mounier
|
c8bdb97033
|
Bump
|
9 years ago |
Florian Mounier
|
b5e8833ab1
|
Add doc for ci and print value positioning
|
9 years ago |
Florian Mounier
|
e308caa5df
|
Merge branch 'master' of github.com:Kozea/pygal
|
9 years ago |
Mounier Florian
|
c2248ac737
|
Merge pull request #293 from parijatgarg/patch-1
Update output.rst
|
9 years ago |
Florian Mounier
|
91e8497c80
|
Forgotten print
|
9 years ago |
Team Tofler
|
cf82e593b3
|
Update output.rst
render_to_png() generates totally black PNG files for some people. This was discussed on Stack Overflow (https://stackoverflow.com/questions/24476029/pygal-rendering-png-svg-black-pictures/25360101#25360101). The proposed solution (tested) is being added to the PNG section of this page.
|
9 years ago |
Florian Mounier
|
c28945b5fb
|
Clean up
|
9 years ago |
Florian Mounier
|
5996d0569c
|
Confidence intervals (thanks @chartique). Fix #292. Use metadata to specify CI. Missing auto viewport. (Computing ymin ymax from ci)
|
9 years ago |
Florian Mounier
|
8381ea3539
|
Fix negative and histogram
|
9 years ago |
Florian Mounier
|
45da938917
|
Merge branch 'master' of github.com:Kozea/pygal
|
9 years ago |
Florian Mounier
|
ff19591a34
|
Allow 0 as max if there's a min.
|
9 years ago |
Florian Mounier
|
d1eba64bdf
|
Bar print value positioning with `print_values_position`. Can be `top`, `center` or `bottom` (thanks @chartique) Fix #291
|
9 years ago |
Florian Mounier
|
f85991636c
|
Change _bar return value to all bounds and extract _tooltip_and_print_values. Make histogram a subtype of Bar.
|
9 years ago |
Mounier Florian
|
4113061cac
|
Merge pull request #290 from lord63-forks/fix-installing-link
Fix the dead installing link in first_step.rst
|
9 years ago |
Florian Mounier
|
c5aba2048f
|
Use custom xml_declaration avoiding conflict with processing instructions
|
9 years ago |
lord63
|
b05e4b399c
|
Fix the dead installing link in first_step.rst
|
9 years ago |
Florian Mounier
|
5ecf70274d
|
2.0.11
|
9 years ago |
Florian Mounier
|
46066e8eb4
|
lxml 3.5 compatibility (Fix #282)
|
9 years ago |
Florian Mounier
|
ba2f32d00b
|
Fix transposable_node in case all attributes are not there.
|
9 years ago |
Florian Mounier
|
9940177739
|
Release 2.0.9
|
9 years ago |
Florian Mounier
|
2dc3fc06b9
|
Add defs config key.
|
9 years ago |
Florian Mounier
|
70fdda19d0
|
Don't forget secondary series in table rendering (Fix #260)
|
9 years ago |
Florian Mounier
|
bdcc0ed9e8
|
Fix labels rotation > 180 (Fix #257) Fix secondary axis
|
9 years ago |
Florian Mounier
|
71025671aa
|
Compat
|
9 years ago |
Florian Mounier
|
57dae84431
|
Process major labels as labels. (Fix #263)
|
9 years ago |
Florian Mounier
|
05f70959a7
|
Merge branch 'sjourdois-master'
|
9 years ago |