ipyvizzu icon indicating copy to clipboard operation
ipyvizzu copied to clipboard

Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.

Results 29 ipyvizzu issues
Sort by recently updated
recently updated
newest added

If run initiated on a cell while another cell did not finished running, then the chart div somehow gets duplicated.

bug
js

There is a scroll bar below the chart in the generated documentation.

bug
documentation
js

Would be good to optionally have the possibility to automatically store the chart at the end of the cell and restore at the beginning of the cell, like in the...

enhancement
defered

Implement a Pandas [plotting backend](https://plotly.com/python/pandas-backend/) using ipyvizzu.

Data filter can be specified for Vizzu on the JS API as a JS function: ```Javascript chart.animate({ data: { filter: record => expression ) }}); ``` where data series can...

Also solve interactivity (streamlit buttons -> vizzu animations)

bug
enhancement

- Current behaviour: all animation runs sequentially in the slideshow one after another independently from slideshow controls - Expected behaviour: all animation should stop at the end of if's corresponding...

enhancement

https://jupyterlite.github.io/demo/lab/index.html https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8

Please note the scrollbar and drop shadow around the chart container. Both version will reproduce the bug: ```python chart = Chart() chart = Chart(width="640px", height="600px") ``` Worked in the previous...