ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
A Blazor chart library, based on G2Plot
### Is your feature request related to a problem? Please describe. if want to set line data like [(1,1),(2,2)...] what type should we use? it's not the datetime type ###...
# G2Plot 2.0 Upgrade Milestone Source: https://g2plot.antv.antgroup.com/en/manual/upgrade PR: (https://github.com/ant-design-blazor/ant-design-charts-blazor/pull/102) ## Abandoned charts - [x] Bubble - [x] StackedColumn - [x] GroupedColumn - [x] PercentStackedColumn (missing isStack , isPercent) - [x]...
Hello, I got a server side blazor app with dotnet core 6, AntDesign and Antdesign.Charts. AntDesign version: 0.11.0 AntDesign.Charts version 0.23 My IDE is Jetbrains Rider Dotnet --version: 6.0.301 My...
### Describe the bug I installed the Visual Studio Template as it was suggested on your GitHub site, but the CalendarChart component is missing from the AntDesign.Charts namespace ### Steps...
### Describe the bug The DonutConfig Statistic variable is broken due to OneOf. ### Steps to reproduce (please include code) Go to https://antblazor.com/en-US/charts/pie Scroll down to Donut Click Example 2...
 如图,XField和YField的字段命名不能是大写字母,猜想后台匹配的时候,没考虑大小写。 例子中使用的汉字,能显示图形。 我一换成正常命名,就显示不出来了。
One of base usage its setting color lines by series(from data), but i cant do it in current chart. Maybe someone know way how to do it?
数据示例: datetime:{2019-05-13 14:00:00 , 2019-05-13 14:30:00 , 2019-05-13 15:00:00} value:{111,222,333} 配置文件这样写: ``` LineConfig config = new LineConfig() { Title = new AntDesign.Charts.Title() { Visible = true, Text = "曲线折线图", },...
折线图如何定义x轴坐标?, 我希望x轴坐标是2024年1月到12月,但是我的数据只有1到4月, 如何定义x轴坐标?
文档怎么是错误的