ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
A Blazor chart library, based on G2Plot
这个网址有 https://antblazor.com/zh-CN/charts/combo 有混合图表, 有相应的代码, 但最新的发版0.51里没有ColumnLine ????
warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: Cannot set properties of null (setting 'innerHTML') TypeError: Cannot set properties of null (setting 'innerHTML') at Object.create (https://localhost:5002/_content/AntDesign.Charts/ant-design-charts-blazor.js:7:30) at https://localhost:5002/_framework/blazor.server.js:1:3244 at new Promise ()...
 
ant-design-charts-blazor.js:46 TypeError: Cannot read properties of undefined (reading 'length') 第一个打开页面正常,关掉浏览器再打开就报上面的错误。 代码 #region Example 1 readonly object[] data1 = { new { type = "Error", value = 27 }, new {...
We use `Line` chart to visualize multiple series. If any of the series contains only 1 entry, it is shown on the chart as a very small rectangle, but hovering...
[code.zip](https://github.com/user-attachments/files/16958601/code.zip) when i upgrade to 0.5.5,code can not run ,the error as the pic show 
