Doc: Incorrect Axis Title Styles in F# Example in Plotly.NET Docs
オープン
初心者向け
まだ誰も着手していません。
- 主要言語
- F#
- スター
- 860
- フォーク
- 99
- 平均マージ
- 22分
- マージ済み PR(30日)
- 1
説明
Description
In the Functional pipeline style in F# section under Comparison: Usage in F# and C#, I found a minor typo in the following lines:
|> Chart.withYAxisStyle (TitleText = "xAxis")
|> Chart.withXAxisStyle (TitleText = "yAxis")
The first line, Chart.withYAxisStyle, needs to be Chart.withXAxisStyle as the title is for the X-axis, not the Y-axis. Likewise, the second line, Chart.withXAxisStyle, needs to be Chart.withYAxisStyle as the title is for the Y-axis, not the X-axis.
Expected behavior
|> Chart.withXAxisStyle (TitleText = "xAxis")
|> Chart.withYAxisStyle (TitleText = "yAxis")
Actual behavior
Related information
Links
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
リンク先のPlotly.NETドキュメントページで、Comparison: Usage in F# and C# 配下の Functional pipeline style in F# セクションを開いてください。2つの行 Chart.withXAxisStyle と Chart.withYAxisStyle をそれぞれの TitleText の値と照合し、各軸タイトルが対応するスタイル関数を使用するように例を更新してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- fsharp
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 78/100