ant-design-charts-blazor icon indicating copy to clipboard operation
ant-design-charts-blazor copied to clipboard

Introduce-Installation Guide-Code Error

Open wuming123057 opened this issue 4 years ago • 0 comments

The code change:

Title= new Title() {

        Text = "曲线折线图",
        Visible =true,
    },
    Description = new Description()
    {
        Visible = true,
        Text = "用平滑的曲线代替折线。",
    },
    Padding = "auto",
    ForceFit = true,
    XField = "year",
    YField = "value",
    Smooth = true,

wuming123057 avatar Nov 06 '20 10:11 wuming123057