|
|
|
@ -232,7 +232,7 @@ class LineChartCurved extends StatelessWidget {
|
|
|
|
final LineChartBarData lineChartBarData1 = LineChartBarData(
|
|
|
|
final LineChartBarData lineChartBarData1 = LineChartBarData(
|
|
|
|
spots: spots,
|
|
|
|
spots: spots,
|
|
|
|
isCurved: true,
|
|
|
|
isCurved: true,
|
|
|
|
colors: [Theme.of(context).primaryColor],
|
|
|
|
colors: [Colors.red]/*[Theme.of(context).primaryColor]*/,
|
|
|
|
barWidth: 5,
|
|
|
|
barWidth: 5,
|
|
|
|
isStrokeCapRound: true,
|
|
|
|
isStrokeCapRound: true,
|
|
|
|
dotData: FlDotData(
|
|
|
|
dotData: FlDotData(
|
|
|
|
|