Added
- use pyppeteer, pythonic puppeteer for rendering pyecharts image
Removed
- python 2, 3.5- support
- no more phantomjs dependency
- programmatic rendering capability is removed. NO longer it is integrated with pyecharts
Added
- #33: Support base64 encoding
Added
- Support eps
Updated
- Loosen the requirement on lml
Fixed
- #28: pixel_ratio as a parameter
Fixed
- #23: phantomjs on windows does not like absolute path but file uri formatted ones
Updated
- use system temp file instead of current working folder for tmp files
Updated
- better error verbose when phantomjs fails to generate output
Added
- Tighter integration with pyecharts 0.4.2. SnapshotEnvironment extends the rendering capability of pyecharts
- #16: phantomjs check fails on windows
- #14: if the output file name has a path, this library fails over
Added
- svg support for pyecharts 0.4.0
Updated
- #9: delay 1.5 seconds
Updated
- higher resolution screenshots for all platforms: windows and linux.
Updated
- support Mac OS Retina display, high resolution screenshots
Updated
- #7: helpful error message on missing phantomjs.
Updated
- pyexcel pyexcel#105, remove gease from setup_requires, introduced by 0.0.9.
Updated
- #6: show better
Updated
- #5: fix
Updated
- Save the output of pyecharts to gif file
Updated
- Allow user to specify a custom delay period in seconds. Default is 0.5s
Updated
- #1: Support
Updated
- Remove download image arrow on the output file
Added
- Save the output of pyecharts to pdf file
Added
- Save the output of pyecharts to png file