Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing Dynamic Value into Chart #3

Open
robmctague opened this issue Sep 9, 2020 · 1 comment
Open

Passing Dynamic Value into Chart #3

robmctague opened this issue Sep 9, 2020 · 1 comment

Comments

@robmctague
Copy link

Hi,

Does your library support passing dynamic values into the charts? The examples just show static data.

Thanks.

@mcooke-mdkl
Copy link

mcooke-mdkl commented Mar 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants