-
-
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
Aster Plot Feature #2901
Comments
Interesting, kind of a mix of pie and the upcoming It suffers from the same ambiguity as |
is it implemented Aster Plot feature |
Here's some docs for an aster plot implemented in D3 http://bl.ocks.org/bbest/2de0e25d4840c68f2db1 |
Hi thanks for informing me
Im not able to implement this graph with all arcs of "same width"
Based on input data outer radius of each arc is resulting in asterplot
graph, but widths of all arcs should be same
…On Tue, Jun 25, 2019, 1:31 AM Buttars ***@***.***> wrote:
Here's some docs for an aster plot implemented in D3
http://bl.ocks.org/bbest/2de0e25d4840c68f2db1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2901?email_source=notifications&email_token=ADRJB7J5OWIDRKL3XI6C6HTP4ER2NA5CNFSM4FPOXY2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYOBQ5Q#issuecomment-505157750>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADRJB7LQ2O546IX3IHJXA5LP4ER2NANCNFSM4FPOXY2A>
.
|
perfect aster plot graph in d3.js https://d00d3.codesandbox.io/ |
@spicynaresh Super sweet implementation! The aster plot I am requesting would also have the ability to make each section's width proportionate respectively. |
https://codesandbox.io/s/github/spicynaresh/React-d3-asterplot |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Hi all,
Have you considered implementing an Aster plot to your list of charts?
Aster plots are criminally underused.
They can show the proportion each section is comprised of while showing progress in each section.
An example of the popular math learning website Aleks. The thickness of a given slice is proportional to the number of "topics" in a category relative to the total number of topics. The radius of a slice is the number of topics that a user has completed proportional to the number of topics in that category.
It's a really easy way to display a lot of data at a glance.
The text was updated successfully, but these errors were encountered: