We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
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.
{'type':'domain'}
Also, its related to #21
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: