nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.36k stars 1.08k forks source link

There is no pie chart in python version of pivottablejs #1121

Open chandramohan1995 opened 5 years ago

chandramohan1995 commented 5 years ago

How can i render the pie chart using python pivottablejs module.please help

nicolaskruchten commented 5 years ago

This is likely because the jupyter_pivottablejs module isn't using the latest version of pivottable, which should be easy to fix if someone wants to make a PR for it :)

nicolaskruchten commented 5 years ago

Ah actually, things are a bit more subtle than that: the jupyter system uses C3 for charting, but the pie option is only available with the Plotly renderer, so I would need to make this breaking change one time. I'll think about it.

chandramohan1995 commented 5 years ago

Thanks for the reply nicolas. I tried to include the plotly renderer in the python version ,it didn't worked