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

error of pie chart in subplots #234

Open
hoishing opened this issue Mar 10, 2020 · 0 comments
Open

error of pie chart in subplots #234

hoishing opened this issue Mar 10, 2020 · 0 comments

Comments

@hoishing
Copy link

cf.iplot(
    cf.subplots(
        [cf.datagen.pie(3).figure(kind='pie', values='values', labels='labels') for _ in range(2)]
    )
)

generated a ValueError: Invalid properties specified for object of type plotly.graph_objs.Pie: ('xaxis', 'yaxis')

I think it maybe related to the {'type':'domain'} specs in plotly 4 subplots.

Also, its related to #21

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

1 participant