Unable to update data for a combo chart
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
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
ChangeDataon a combo chart?Thanks
Did you solve it? I'm in same boat!