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

Proportional area chart #420

Open
kMutagene opened this issue Sep 20, 2023 · 4 comments
Open

Proportional area chart #420

kMutagene opened this issue Sep 20, 2023 · 4 comments
Labels
Difficulty: Beginner Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: In Progress

Comments

@kMutagene
Copy link
Collaborator

Description

A Proportional Area Charts are used for comparing proportions (size, quantities, etc.) without the usage of scales. They are therefore only suitable to compare a small set of values, and usually should be combined with text annotations displaying the value [1, 2].

Example:

Pointers

  • Ideally, you start prototyping in a scripting or notebook environment where you can iterate fast. installation instructions can be found here: https://plotly.net/#Installation
  • Charts like this that are using baseline trace types to create a new chart type should only be implemented in the top-level Chart API. An example where this is already done is the Range chart that combines a set of differently styled line charts.

References

Hints (click to expand if you need additional pointers)
  • This chart is basically a Bubble Chart with a single dimension (the bubble size). Your chart function should take care of the positioning of the bubbles
@kMutagene kMutagene added Difficulty: Beginner Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: Available labels Sep 20, 2023
@omaus
Copy link

omaus commented Sep 30, 2023

I'm gonna take this! 💪

@kMutagene
Copy link
Collaborator Author

Hey @omaus.. Are you still planning to finish this? If not, I would greatly appreciate if you could link what you ended up with during the hackathon (e.g. a script or notebook you worked in) so others can use it as a foundation to tackle this chart. If also do not have anything to link, no worries, please just tell me that this issue is up-for-grabs again. Thanks ❤️

@omaus
Copy link

omaus commented Oct 16, 2023

Still planning to end this asap. 😅

@kMutagene
Copy link
Collaborator Author

Alright, no hurry, just wanted to check in 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Beginner Hackathon projects with beginner difficulty FsLab Hackathon 2023 Implementation projects for the 2023 FsLab Hackathon Status: In Progress
Projects
None yet
Development

No branches or pull requests

2 participants