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

Unable to update data for a combo chart

Open ADringer opened this issue 4 years ago • 1 comments

Hi,

Using the sample https://antblazor.com/en-US/charts/combo#components-combo-demo-column-line-combo, I'm trying to update the data but not sure what the syntax is. I've tried using await chart1.ChangeData(new [] { uvData, transformData }, true); with and without the boolean and it ends up with an empty chart.

What do I pass to ChangeData on a combo chart?

Thanks

ADringer avatar Feb 14 '21 21:02 ADringer

Hi,

Using the sample https://antblazor.com/en-US/charts/combo#components-combo-demo-column-line-combo, I'm trying to update the data but not sure what the syntax is. I've tried using await chart1.ChangeData(new [] { uvData, transformData }, true); with and without the boolean and it ends up with an empty chart.

What do I pass to ChangeData on a combo chart?

Thanks

Did you solve it? I'm in same boat!

chezchez avatar Mar 22 '22 22:03 chezchez