ipychart icon indicating copy to clipboard operation
ipychart copied to clipboard

The power of Chart.js with Python

Results 5 ipychart issues
Sort by recently updated
recently updated
newest added

It seems ChartJS might be trying to maintain the aspect ratio in the Voila dashboard web app. I need to turn that option off by setting the "maintainAspectRatio: false" option....

I think in the plots.py functions there'd need to be a check if data is either pandas or polars and then `_create_chart_data_agg` would be for pandas and there'd be a...

When I try to render a graph in VSC I see the Chart data, options, type, etc, up to Chart created in the developer console but then I get `ipywidgetsKernel.js:2...

I am using Django, but I do not want to use javascript to render the chart. I just want to show the chart image in the file. Does this library...

Hi, Again might be a stupid question as the primary usecase for ipychart is with jupyter notebooks and not necessarily for usage with webpages. Regardless I thought it was worth...