save
also, two exclamation marks have been added (very important)
This commit is contained in:
parent
d9abbbd0e7
commit
1b207c1ce6
2 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,8 @@ class GraphData {
|
|||
|
||||
for (int i = 0; i < labels.length; i++) {
|
||||
print(DateTime.parse(labels[i]));
|
||||
timeSeriesSpendList.add(new TimeSeriesSpend(data[i], DateTime.parse(labels[i])));
|
||||
timeSeriesSpendList.add(new TimeSeriesSpend(i, DateTime(i)));
|
||||
// timeSeriesSpendList.add(new TimeSeriesSpend(data[i], DateTime.parse(labels[i])));
|
||||
}
|
||||
|
||||
return [
|
||||
|
|
Reference in a new issue