Closed
Description
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.
Activity
Buttars commentedon Aug 14, 2018
@dwoodard
alexcjohnson commentedon Aug 17, 2018
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 commentedon Jun 12, 2019
is it implemented Aster Plot feature
Buttars commentedon Jun 24, 2019
Here's some docs for an aster plot implemented in D3 http://bl.ocks.org/bbest/2de0e25d4840c68f2db1
naresh-golla commentedon Jun 29, 2019
naresh-golla commentedon Jul 4, 2019
perfect aster plot graph in d3.js https://d00d3.codesandbox.io/
Buttars commentedon 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 commentedon Jul 9, 2019
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 commentedon Jun 11, 2024
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