Open robmctague opened 4 years ago
VerticalBarChart InputData="@data" InputLabels="App Store,Website,Partners,Direct,Channels,Retail,Distributors,Affiliates,Phone,TV"> </VerticalBarChart
string data = "30,70,42,50,3,55,35,22,10,5";
Amend the data string as needed and then refresh
*Note: I removed out the opening < and closing > of the html, so it displayed.
Hi,
Does your library support passing dynamic values into the charts? The examples just show static data.
Thanks.