-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add pie and horizontal bar charts #105
Comments
I am guessing that maybe the orientation option would allow horizontal bar charts? https://docs.rs/plotly/latest/plotly/traces/bar/struct.Bar.html#method.orientation I have yet to find the pie chart option. Sorry again if this is out of place here. |
Thanks for opening this issue, you are quite right to do so.
Horizontal bar charts are indeed created by specifying the `orientation` parameter as you have found.
Pie charts are not yet implemented but will be in the "near future" either by myself or anyone who fancies having a go themselves and submitting a pull request :)
…________________________________
From: Jason Jurotich ***@***.***>
Sent: Saturday, October 8, 2022 10:49:38 PM
To: igiagkiozis/plotly ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [igiagkiozis/plotly] Add pie and horizontal bar charts (Issue #105)
I am guessing that maybe the orientation option would allow horizontal bar charts? https://docs.rs/plotly/latest/plotly/traces/bar/struct.Bar.html#method.orientation
I have yet to find the pie chart option. Sorry again if this is out of place here.
—
Reply to this email directly, view it on GitHub<#105 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHSVKWE7KIENUKRM46ZMPG3WCHT7FANCNFSM6AAAAAARANDRAU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Closing this as it is tracked in #104 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw a similar issue to this opened before, so I thought it would be OK to add it here. Do you have plans on adding the pie and horizontal bar chart options from plotly in the near future? I could not find any examples anywhere for these two types, so I had to presuppose they were not implemented yet. Thanks.
The text was updated successfully, but these errors were encountered: