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
x and y value.
y value must be numeric (possibly floating point number)
x can be numeric or string
- has to be at least 3 initialisers: 1) only
y values, 2) x and y numeric values 3) x string and y numeric values
- changes in the source are reflected in the charts automatically
More info: #89
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.
xandyvalue.yvalue must be numeric (possibly floating point number)xcan be numeric or stringyvalues, 2)xandynumeric values 3) xstringandynumeric valuesMore info: #89