ant-design-charts-blazor
ant-design-charts-blazor copied to clipboard
TypeError: Cannot read properties of undefined (reading 'length')

v0.2.2 .net 6
G2Plot 2.4.8
Hello, I meet the same question like you, when I used my own defined class to set the “data” property of the chart. And I find the example use "object[]" to set "data", so I use "object[]" and the chart will display normally