Proportional area chart
オープン
まだ誰も着手していません。
Difficulty: Beginner
FsLab Hackathon 2023
Status: In Progress
- 主要言語
- F#
- スター
- 860
- フォーク
- 99
- 平均マージ
- 22分
- マージ済み PR(30日)
- 1
説明
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
- [1] https://datavizproject.com/data-type/proportional-area-chart-circle/
- [2] https://datavizcatalogue.com/methods/area_chart.html
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Plotly.NET のインストール手順を使用して、まずスクリプト環境またはノートブック環境でプロトタイプを作成します。Chart2D.fs の Bubble Chart と Range chart の例を読み、その後、バブルの位置指定を含む新しいチャートをトップレベルの Chart API に実装します。API がスケールなしでバブルのサイズによって値を比較する比例面積チャートを提供できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- fsharp
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100