ant-design-blazor / ant-design-blazor/ant-design-charts-blazor
ChangeData and Repaint are not updating Pie Chart Labels
- Ngôn ngữ chính
- C#
- Star
- 186
- Fork
- 44
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Labels do not update after changing a Pie Charts data set
`private IChartComponent PieDeploymentChart;`

`var deployment = _jiraFiltered.Select(x => x.IncidentDeployment).GroupBy(x => x).OrderByDescending(x => x.Count()).Select(x => new { type = x.Key.ToString(), value = x.Count() }).ToArray();`
`PieDeploymentChart.ChangeData(deployment, true);`
Before:

After:

I have tried to use .Repaint as well with no luck.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.