-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Labels
Description
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.
- should be a structure which can hold a
xandyvalue. yvalue must be numeric (possibly floating point number)xcan be numeric or string- has to be at least 3 initialisers: 1) only
yvalues, 2)xandynumeric values 3) xstringandynumeric values - changes in the source are reflected in the charts automatically
More info: #89