Streamlit-ipyvizzu
Streamlit-ipyvizzu copied to clipboard
Create animated charts easily! A ipyvizzu wrapper for intuitive usage of ipyvizzu functions and Streamlit embed support.
`**kwargs` can do the trick for duration inclusion ``` chart.animate( Config( { "channels": { "y": Y, "x": X, } } ), Style( { "plot":{"paddingLeft": "12em"} } ), y = {...
- [ ] https://ipyvizzu.vizzuhq.com/tutorial/01_01_intro.html
- [ ] Wrapping into functions and cleaning the code in the examples - [ ] EDA analysis and preparation of Story from it - [ ] Trying out other...