-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
enable rotation of sunburst plots to change starting point #4728
Comments
@bishonen |
+1 for this request. Moving away from Highcharts, where this option is avaible. |
The code to modify the angle is found in ./traces/sunburst/plot.js
Adding a value (in radians) to x0 & x1 worked for my 1st test ...
... I will explore how to turn this in a configuration option. |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
i'd be happy to sponsor this feature with 100 USD |
THanks @janosh - I'll see if I can find someone to do the work. |
Hi,
adding the option to decide at which angle the sunburst chart starts would be a nice feature. Currently the first slice is rendered at 90 degrees.
The text was updated successfully, but these errors were encountered: