Florian Mounier
|
7430ac7b0b
|
* Fix range option for some Charts (Fix #297 Fix #298)
|
9 years ago |
Florian Mounier
|
9d70ff3bf9
|
Update documentation
|
9 years ago |
Florian Mounier
|
7f77027392
|
Rework formatters. Add a formatter option for chart / serie / value.
|
9 years ago |
Florian Mounier
|
52f5243fcd
|
Update documentation for horizontalline
|
9 years ago |
Florian Mounier
|
ebfe90a553
|
Update documentation
|
9 years ago |
Florian Mounier
|
510962108a
|
Update changelog
|
9 years ago |
Florian Mounier
|
eb5e25a739
|
Update changelog
|
9 years ago |
Piotr Maślanka
|
741a97850e
|
support for interruptable plots added
|
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
|
0cbdb77bf0
|
Release 2.1.0
|
9 years ago |
Florian Mounier
|
b5e8833ab1
|
Add doc for ci and print value positioning
|
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
|
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
|
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 |
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
|
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
|
57dae84431
|
Process major labels as labels. (Fix #263)
|
9 years ago |
Florian Mounier
|
60d4a6f8e3
|
PR #278
|
9 years ago |
Florian Mounier
|
7bccd1e586
|
Add `dynamic_print_values` to show print_values on legend hover. (Fix #279)
|
9 years ago |
Florian Mounier
|
eb9cf3d7cb
|
Fix value overwrite in map. Fix #275
|
9 years ago |
Florian Mounier
|
25865ab275
|
Bump 2.0.7
|
9 years ago |
Florian Mounier
|
63bc41dcb2
|
Fix `render_in_browser`. Fix #266 (thanks @waixwong)
|
9 years ago |
Florian Mounier
|
f3c6b1bd85
|
Avoid x label formatting when label is a string
|
9 years ago |
Florian Mounier
|
28037d95bd
|
Fix x labels formatting
|
9 years ago |
Florian Mounier
|
ae95223ee8
|
Fix map coloration
|
9 years ago |
Florian Mounier
|
755c5ab3ef
|
Fix label adaptation. Fix #256 Fix wrong radar truncation. Fix #255
|
9 years ago |
Florian Mounier
|
ef95c1c085
|
Fix non namespaced svg (without embed) javascript by adding uuid in config object. (config is in window.pygal now).
|
9 years ago |
Florian Mounier
|
614bcc22f3
|
Fix broken font_family default
|
9 years ago |
Florian Mounier
|
41eb081bbc
|
Fix view box differently to avoid getting a null height on huge numbers. Fix #254
|
9 years ago |
Florian Mounier
|
91cc101e81
|
2.0.1 Release
|
9 years ago |
Florian Mounier
|
3d4523365e
|
Minor fixes
|
9 years ago |
Florian Mounier
|
0ddcc0d3a2
|
Add tooltip support in metadata to add a title (#249).
|
9 years ago |
Florian Mounier
|
6e91e714eb
|
Fix radar axis behaviour (#247)
|
9 years ago |
Florian Mounier
|
c175c08d8b
|
Add ``print_labels`` option to print label too. (Fix #197) Add ``value_label_font_family`` and ``value_label_font_size`` style options for ``print_labels``. Default ``print_zeroes`` to True (Re)Add xlink in desc to show on tooltip Activate element on tooltip hovering. (Fix #106)
|
9 years ago |
Florian Mounier
|
4bfbd4f129
|
Fix #178
|
9 years ago |
Florian Mounier
|
7da1e05980
|
Add box documentation and x/y labels with labels documentation.
|
9 years ago |
Florian Mounier
|
3b675db575
|
Yeah it's released now
|
9 years ago |
Florian Mounier
|
ecff6f5a7b
|
Small last fixes
|
9 years ago |
Florian Mounier
|
494d46613a
|
Fix a lot of label related things
|
9 years ago |
Florian Mounier
|
a1839a7d99
|
Better js integration in maps. Use the normal tooltip
|
9 years ago |
Florian Mounier
|
7748f847f3
|
Refactor label processing in a ``_compute_x_labels`` and ``_compute_y_labels`` method. Handle both string and numbers for all charts. Create a ``Dual`` base chart for dual axis charts. (Fix #236)
|
9 years ago |
Florian Mounier
|
e76a57af06
|
Minor
|
9 years ago |