plotly.py
plotly.py copied to clipboard
Problem with Go Pie Chart, and Interested in contributing to the community for the pie chart
I am using plotly go. The key problem for me is the legend of go.Pie is automatically generated from labels. and it is not possible to add legendgroup for each sector as far as I know. It will not allow us to sync legend with other charts (unless using dash for sync).
It might be better to enable sector by sector adding to the pie chart just like bar charts.
The function should be logically simple to implement as it is the same as lazy rendering as stack bar chart.
I wonder if the community would like to provide the function in the near future or I would happy to contributing to the feature.
However, I do not really understand the structure of the repo (I can see the graph_obj.Pie there, but inside is not clear to me). If there are any guideline for the repo, that would be great.
Please accompany bug reports with a reproducible example. Please use the latest version of plotly.py in your report unless not applicable.
Note that GitHub Issues are meant to be used for bug reports and feature requests only. Implementation or usage questions should be asked on community.plotly.com or on Stack Overflow (tagged plotly
).