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

Allow updating of barchart values (for use within Live scenarios) #740

Open
grofit opened this issue Feb 18, 2022 · 0 comments
Open

Allow updating of barchart values (for use within Live scenarios) #740

grofit opened this issue Feb 18, 2022 · 0 comments
Labels
feature ⭐ top feature Top feature request. ⭐ top issue Top issue.

Comments

@grofit
Copy link

grofit commented Feb 18, 2022

Is your feature request related to a problem? Please describe.
I want to be able to update the value on a BarChartItem after it has been created, this is mainly for use cases when you want a chart to change in real time when using it within a Live scenario. As it stands at the moment even if I create each BarChartItem individually and access them the Value property is read only, with no set mechanism.

Describe the solution you'd like
I want a way to be able to update the value within the barchart item after it has been initialized.

Describe alternatives you've considered
Currently I just clear out all items and then just add them back in each time but it's inefficient

Additional context
As mentioned this is mainly only useful within Live scenarios, but it feels like a useful addition.


Please upvote 👍 this issue if you are interested in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ⭐ top feature Top feature request. ⭐ top issue Top issue.
Projects
Status: Todo 🕑
Development

No branches or pull requests

2 participants