ant-design-blazor / ant-design-blazor/ant-design-charts-blazor

Line only draw a X axis when property/field name of data object is capitalize

オープン
#46 コメント 1 件 リアクション 2 件 担当者 1 名 @TimChen44 が担当を希望しています GitHub で見る
主要言語
C#
スター
186
フォーク
44
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,

Follows samples in
https://antblazor.com/en-US/charts/line#components-line-demo-multiple-line

If I create the config as below
private LineConfig countingChartConfig = new LineConfig
{
....................
XField = "Date",
YField = "Value",
SeriesField = "Name",
...........................................
};
and my data object is:
{
public string Date;
public string Value;
public string Name;
}
When the program runs, it only draws a X axis

It works well when lowercase the first letter of filed names.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。