qins
26f983b5c7
Solve the incident problem
8 years ago
qins
54350fd9fa
Solve #309 with flake8 constrain
8 years ago
qins
4b3fc71664
Solve #309 with flake8 constrain
8 years ago
qins
f94b0319a0
For issue #309 No new failure!
8 years ago
qins
ba9690a14f
Solve issue #309 , no new failure
8 years ago
qins
4157a2f330
Solve issue #309 , no new failure
8 years ago
qins
899bad63b0
For issue #309 modified Line.py and add a test: No new failure!
8 years ago
Felix Yan
09652d45b0
Use datetime.utcfromtimestamp to generate date() object
...
The date.fromtimestamp() method used in DateLine will treat it as local time,
which is inconsistent with the datetime.utcfromtimestamp() method used
in DateTimeLine, and causes tests to fail with timezone issues:
>>> from datetime import datetime, date
>>> t = 1473273687.227791
>>> datetime.utcfromtimestamp(t).date()
datetime.date(2016, 9, 7)
>>> date.fromtimestamp(t)
datetime.date(2016, 9, 8)
This commit changes the former to a datetime.utcfromtimestamp().date()
call, which will always return consistent result as
datetime.utcfromtimestamp() and thus fixes the tests.
8 years ago
Florian Mounier
9c9e3377c1
Missing space in Changelog
8 years ago
Florian Mounier
81751ca453
Pre release
8 years ago
Florian Mounier
f4c2808fd9
Drop 2.6 support
8 years ago
Florian Mounier
4ff6debb01
Fix new codestyle
8 years ago
Florian Mounier
0191d452b6
Fix #336
8 years ago
Mounier Florian
67ff494399
Merge pull request #334 from jkdf2/master
...
Give charts a descriptive title.
9 years ago
Mounier Florian
a7eccd1cf6
Update README.md
9 years ago
Taylor
282a4b2227
Describe line, pie, and radar charts
9 years ago
Taylor
b1ab79fc99
Describe bar chart
9 years ago
Florian Mounier
1a1ce32e2c
Clean up imports
9 years ago
Florian Mounier
969ab5f96f
Update documentation
9 years ago
Florian Mounier
6a597e2953
Implement new call API. Ref #323
9 years ago
Florian Mounier
0ce63ed8be
Fix documentation, fix #323
9 years ago
Florian Mounier
54a41f5cd6
Add wheel build dir to gitignore
9 years ago
Florian Mounier
567c2b4bb3
Bump 2.2.3
9 years ago
Florian Mounier
607d533505
Remove useless js in sparklines. References #312
9 years ago
Florian Mounier
15f7a72860
Add stroke_opacity style, fix #321
9 years ago
Florian Mounier
6948fce4a1
Fix bar static value positioning #315
9 years ago
Florian Mounier
f9664974b7
Merge branch 'master' of github.com:Kozea/pygal
9 years ago
Florian Mounier
2e7689a81a
Add old doc site. Fix #318 (Unzip / run `python -m http.server 5000` in dir / go to http://localhost:5000/ )
9 years ago
Mounier Florian
0a98f33f71
Merge pull request #317 from liova99/liova99-docs
...
Update output.rst
9 years ago
Mounier Florian
615b802ed7
Merge pull request #319 from donaldedgar/patch-1
...
Typo
9 years ago
Donald Edgar
117c57a393
Typo
...
Quick typo fix
9 years ago
liova99
e2d959a33d
Update output.rst
...
Add one more method for the flask app rendering
9 years ago
Florian Mounier
4c5771db96
old ellipsis... (...)
9 years ago
Florian Mounier
16642fd3a5
Fix state and add some docs
9 years ago
Florian Mounier
a6e0dcf3a3
Add class for sparkline
9 years ago
Florian Mounier
9746ce0c01
Happy new year
9 years ago
Florian Mounier
9ae5f3e6a5
Add classes option. Handle ellipsis in list type configs to auto-extend parent.
9 years ago
Florian Mounier
6b0d74dce7
Bump (stupid pypi)
9 years ago
Mounier Florian
c6b74e7f6d
Merge pull request #307 from chartique/patch-1
...
Updated documentation with Horizontal Line Chart
9 years ago
Mounier Florian
5d4032347e
Merge pull request #314 from shane-kerr/patch-1
...
Typo fix
9 years ago
Mounier Florian
71f5a34cc6
Merge pull request #316 from sattel/speedup_config_update
...
config.py: speedup method BaseConfig._update(...)
9 years ago
Florian Mounier
88adb02e41
Prepare release
9 years ago
Holger Sattel
c7b50978e8
config.py: speedup method BaseConfig._update(...)
9 years ago
Shane Kerr
d3a742dadd
Update etree.py
9 years ago
Hektor Suhr
0ac48d0a7b
Updated with Horizontal Line Chart
9 years ago
Florian Mounier
40bf2ad7fe
Fix test error about rounding
9 years ago
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