Doc: Incorrect Axis Title Styles in F# Example in Plotly.NET Docs
まだ誰も着手していません。
評価
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 初心者へのやさしさ
- 78/100
- issue の種類
- ドキュメント
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- fsharp
調査の方向性
リンク先のPlotly.NETドキュメントページで、Comparison: Usage in F# and C# 配下の Functional pipeline style in F# セクションを開いてください。2つの行 Chart.withXAxisStyle と Chart.withYAxisStyle をそれぞれの TitleText の値と照合し、各軸タイトルが対応するスタイル関数を使用するように例を更新してください。
索引モデルが issue の本文から書いたものです。
説明
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
- 主要言語
- F#
- スター
- 860
- フォーク
- 99
- 平均マージ
- 22分
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
plotly/Plotly.NET のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 42/100
plotly/Plotly.NET#495 · コメント 3 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 45/100
plotly/Plotly.NET#494 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
plotly/Plotly.NET#492 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 38/100
plotly/Plotly.NET#485 · コメント 1 件 ·
-
Area: Core API
難易度 3/5 1〜2日 初心者へのやさしさ 42/100
plotly/Plotly.NET#477 ·
plotly/Plotly.NET の issue をすべて見る
似ている issue
-
sync-en
難易度 1/5 1〜3時間 初心者へのやさしさ 85/100
-
affects/8.7 affects/8.8 affects/8.9
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
camunda/camunda-docs#9997 ·
-
bug
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
sillsdev/languageforge-lexbox#2665 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 95/100
-
area:tools priority:p2 type:bug
難易度 1/5 1時間未満 初心者へのやさしさ 91/100
amichai-bd/nand2mario#939 ·