998 Commits (master)
 

Author SHA1 Message Date
Florian Mounier a5bede52d8 Add a pytz test 9 years ago
Florian Mounier ee066cd148 Correctly handle utc timestamp for python 2.x. Backport again several things. This may be the last backport for 2.6 as the next time I'm thinking of discontinuing support instead of implementing 2.7 in 2.6... This should fix #306 and maybe #302. 9 years ago
Florian Mounier 7430ac7b0b * Fix range option for some Charts (Fix #297 Fix #298) 9 years ago
Florian Mounier a6835fac0a Codestyle 9 years ago
Florian Mounier 9d70ff3bf9 Update documentation 9 years ago
Florian Mounier 0d60a816f5 Start supporting multivalue in gauge 9 years ago
Florian Mounier f686ff7fd7 Merge branch 'master' into solidgauge 9 years ago
Florian Mounier e9ea1679b5 Fix paleolithic python 9 years ago
Florian Mounier 7f77027392 Rework formatters. Add a formatter option for chart / serie / value. 9 years ago
Florian Mounier 013d9c7447 Work on solidgauge PR 9 years ago
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 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 9 years ago
Mounier Florian 0e165e989f Merge pull request #301 from chartique/horizontal 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
Hektor Suhr 07fca1b6fe Update solidgauge.py 9 years ago
Hektor Suhr 5be1b4434b Update util.py 9 years ago
chartique efd5791cc6 solidgauge 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 9 years ago
Florian Mounier 91e8497c80 Forgotten print 9 years ago
Team Tofler cf82e593b3 Update output.rst 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