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

A Blazor chart library, based on G2Plot

Results 72 ant-design-charts-blazor issues
Sort by recently updated
recently updated
newest added

xField = "year", yField = "value", How to set display text? Add xFieldText?yFieldText property?

There seem to be no "ant-design-charts-blazor.js" deployed. ``` crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Could not find 'AntDesignCharts.interop.create' ('AntDesignCharts' was undefined). Error: Could not find 'AntDesignCharts.interop.create' ('AntDesignCharts' was undefined). at...

Hi, like [this issue](https://github.com/ant-design-blazor/ant-design-charts-blazor/issues/28), but this case is Pie chart, and can't use `ChangeData `method to load data. Pie chart only run when initialize data manual This is code when...

G2引用1.1.28正常显示Title和Description,引用最新的2.3.40不显示Title和Description。 ![image](https://user-images.githubusercontent.com/27775368/143997812-5a85e0ca-a0a6-4e18-a8a0-0c686dea232c.png) ![image](https://user-images.githubusercontent.com/27775368/143997857-d1a0ba03-a7f0-44e3-b77d-ff97859bbf14.png)

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...

AngleField = "item", RadiusField = "score", It seems that these fields are not included in RadarConfig any longer. I used XField and YField instead of them but still, the radar...

The link "https://antblazor.com/en-US/ant-design-charts-blazor/" does not work! The correct link maybe should be "https://antblazor.com/en-US/charts/introduce".

The Example from https://antblazor.com/en-US/charts/introduce has lowercase properties: e.g. replace title => Title ... ``` @code { object[] data = new object[] { new { year= "1991", value= 3 }, new...

Hi, I have got an issue when displaying the title and description of the cart. Here is a simple code snippet. Please let me know what is missing in my...

![image](https://user-images.githubusercontent.com/64063254/143833986-1f2830dc-f838-4f73-b4fe-f0f7dc2a7c17.png)