Skip to content
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

Closed
Buttars opened this issue Aug 14, 2018 · 9 comments
Closed

Aster Plot Feature #2901

Buttars opened this issue Aug 14, 2018 · 9 comments

Comments

@Buttars
Copy link

Buttars commented Aug 14, 2018

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.

image

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.

@Buttars
Copy link
Author

Buttars commented Aug 14, 2018

@dwoodard

@alexcjohnson
Copy link
Collaborator

Interesting, kind of a mix of pie and the upcoming barpolar #2810. No, I hadn't seen this before, thanks for bringing it up.

It suffers from the same ambiguity as barpolar will, about whether data is encoded in radius (to be precise, radial thickness) or in area (or perhaps area fraction). In contrast the Marimekko chart is unambiguous in this regard, for displaying the same kinds of data. But people like circles, whatcha gonna do. Anyway Marimekko is also not yet implemented here.

@naresh-golla
Copy link

is it implemented Aster Plot feature

@Buttars
Copy link
Author

Buttars commented Jun 24, 2019

Here's some docs for an aster plot implemented in D3 http://bl.ocks.org/bbest/2de0e25d4840c68f2db1

@naresh-golla
Copy link

naresh-golla commented Jun 29, 2019 via email

@naresh-golla
Copy link

perfect aster plot graph in d3.js https://d00d3.codesandbox.io/

@Buttars
Copy link
Author

Buttars commented Jul 8, 2019

@spicynaresh Super sweet implementation! The aster plot I am requesting would also have the ability to make each section's width proportionate respectively.

@naresh-golla
Copy link

https://codesandbox.io/s/github/spicynaresh/React-d3-asterplot
hear is the updated graph with hover effect,we expect this aster plot graph implementation in plotly

@gvwilson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants