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

Hi team, I came across two data issues while running the sample charts. Chart 1: Distribute - Dot Plot 1 [link](https://ipyvizzu.vizzuhq.com/latest/examples/analytical_operations/distribute/newmeasure_dotplot_1/) Copying sample code to Jupyter notebook and running it...

Sharing Jupyter notebooks contain the examples for chart-type pages conveniently collected to one notebook for each set: - Preset charts (https://ipyvizzu.vizzuhq.com/latest/examples/presets/) - Analytical Operations / individual notebooks for sub-groups (https://ipyvizzu.vizzuhq.com/latest/examples/analytical_operations/)...

test compatibility in different platforms, create example and specify restrictions in docs/environments - [ ] H2O Wave - [ ] Plotly Dash/Dash - [ ] PyWebIO - [ ] EMR...

good first issue

Example: This is the example of event usage in the tutorial ```Python click_handler_method = "alert(JSON.stringify(event.data));" click_handler = click_chart.on("click", click_handler_method) ``` Which will generate something like this in JS: ```Javascript click_handler_method...

It would be a common use-case to handle Vizzu's click event from the Python side. E.g. for triggering another animation. Example code: ```python def filter(event): filter1 = Data.filter("record['Joy factors'] ===...

good first issue

In JS, one can create a preset config object, then edit it before passing it to the animate method. There should be a way to do the same in ipyvizzu....

Testing ipyvizzu support under posit's Python for Shiny. Downstream bug is here https://github.com/posit-dev/py-shinywidgets/issues/141

Is it possible to have two plot geometries in a single Chart? I would like to plot a time series 'line' for forecasting and 'circle' for actual values. Is this...