What's Changed
Fixed
* Changed: rename Data.add_serie() to Data.add_series()
* Changed: restrict Vizzu's version to 0.4.x
* Fixed: Style, AnimationMerger conflict
* Fixed: Style, it can be None
Added
* Changed: animation handling, Chart can be animated across the cells
* Added: vizzu Chart constructor parameter to change Vizzu's url
* Added: width and height Chart constructor parameters to change div's width and height
* Added: display Chart constructor parameter to change div's position
* Added: Data.from_json() function to import data from json file
* Added: Snapshot animation
* Added: Chart.store() function to save a Snapshot
* Added: animation options handling through **kwargs of Chart.animate(), then **kwargs can not be configs anymore
* Added: shorter unique ids
* Added: unit tests
* Added: format and check-format make parameters to format the code with black
* Added: lint make parameter to analyze the code with pylint
* Added: test make parameter to run tests
* Added: check make parameter to run CI check
Documentation
* Documentation: add more notebook examples
* Documentation: add test for notebook examples
* Documentation: add pages build and deploy github action
Contributors
* nyirog, veghdev
**Full Changelog**: https://github.com/vizzuhq/ipyvizzu/compare/0.4.1...0.5.0