[FEATURE]: Spikelines in scatterternary plots
オープン
まだ誰も着手していません。
enhancement
feature
P2
size: 3
- 主要言語
- JavaScript
- スター
- 18.3k
- フォーク
- 2k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 28
説明
Hi,
Description
It would be great if we could add spikelines to scatterternary plots, mapping to the a,b,c axes in an analogous way to the spikelines in a scatter plot.
Why should this feature be added?
Adding this feature would help the students we support become proficient in reading data off this plot type.
{
"ternary": {
"aaxis": {
"showspikes": true,
"spikecolor": "",
"spikedash": "",
"spikemode": "",
"spikesnap": "",
"spikesthickness": ""
},
"baxis": {
"showspikes": true,
"spikecolor": "",
"spikedash": "",
"spikemode": "",
"spikesnap": "",
"spikesthickness": ""
},
"caxis": {
"showspikes": true,
"spikecolor": "",
"spikedash": "",
"spikemode": "",
"spikesnap": "",
"spikesthickness": ""
}
}
}
Many thanks!
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、既存の scatter plot の spikeline の動作と、scatterternary plot における a、b、c 軸の処理を比較します。scatterternary plot が要求された spike 設定をサポートし、scatter plot と同様の spikeline を表示できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 52/100