plotly / Plotly.NET

interactive graphing library for .NET programming languages :chart_with_upwards_trend:
https://plotly.net
MIT License
641 stars 84 forks source link

Proportional area chart #420

Open kMutagene opened 11 months ago

kMutagene commented 11 months ago

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

References

Hints (click to expand if you need additional pointers) - This chart is basically a [Bubble Chart](https://github.com/plotly/Plotly.NET/blob/11456b42a8875d3ddc6142e2f02129de229e5320/src/Plotly.NET/ChartAPI/Chart2D.fs#L1050C29-L1050C29) with a single dimension (the bubble size). Your chart function should take care of the positioning of the bubbles
omaus commented 11 months ago

I'm gonna take this! 💪

kMutagene commented 10 months ago

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 commented 10 months ago

Still planning to end this asap. 😅

kMutagene commented 10 months ago

Alright, no hurry, just wanted to check in 🚀