Add more axis initialization templates
オープン
まだ誰も着手していません。
Area: MissingAbstraction
Type: Enhancement
- 主要言語
- F#
- スター
- 860
- フォーク
- 99
- 平均マージ
- 22分
- マージ済み PR(30日)
- 1
説明
There are the following types of linear axes in plotly:
- Auto(determines the best fit from below)
- Linear
- Log
- Date
- Category
- MultiCategory
A few init functions specifically setting mandatory properties for these axis types (e.g. category order for categorical axes) would be very beneficial.
So the functions would look like this:
static member initCategorical
(
CategoryOrder: StyleParam.CategoryOrder,
// all other optional properties of linear axes
) : Axis.LinearAxis = ...
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Plotly.NET に存在する軸の型と初期化関数、特に Axis.LinearAxis と issue で言及されている StyleParam.CategoryOrder の使用箇所を探します。線形軸のオプションのプロパティがどのように表現されているかを確認し、その後、一覧にある軸の型について必須プロパティを含む初期化テンプレートを追加し、各テンプレートを既存の軸 API と照合して検証します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- fsharp
- 領域
- data-visualization
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100