wt1.1.2e NumberPicker
This commit is contained in:
@@ -188,7 +188,7 @@ class GroupChart extends GroupData with Calculate {
|
||||
BarChartGroupData data = BarChartGroupData(
|
||||
x: exercise.dateAdd.millisecondsSinceEpoch,
|
||||
barRods: [
|
||||
BarChartRodData(y: diagramValue, width: 12, color: Colors.lightBlue)
|
||||
BarChartRodData(y: diagramValue, width: 12, colors: [Colors.lightBlue, Colors.lightBlueAccent])
|
||||
]
|
||||
);
|
||||
_chartData.add(data);
|
||||
|
||||
Reference in New Issue
Block a user