Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chandramohan1995 opened this issue Jun 10, 2019 · 3 comments
Open

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

chandramohan1995 opened this issue Jun 10, 2019 · 3 comments

Comments

@chandramohan1995
Copy link

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

@nicolaskruchten
Copy link
Owner

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
Copy link
Owner

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants