-
Notifications
You must be signed in to change notification settings - Fork 653
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
Create Data structure #95
Comments
I did a simple test.
I can see the value of the ChartLabel being updated. I manage to have the BarCell, and BarChart update using Binding for the value instead of State. Should we use @EnvironmentObject, and move to somehing like this: |
PR #112 |
v2 ticket
Ticket description:
This should hold and handle the values for charts. You should create it in a way that changes in the source data can be automatically reflected in the charts.
x
andy
value.y
value must be numeric (possibly floating point number)x
can be numeric or stringy
values, 2)x
andy
numeric values 3) xstring
andy
numeric valuesMore info: #89
The text was updated successfully, but these errors were encountered: