Skip to content

Commit 2fce47a

Browse files
author
LavanyaA
authored
Merge pull request #1 from BPraveenBalu/master
FLUT-860276 Migrated the code with new charts.
2 parents c1f1161 + d89604b commit 2fce47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ class _MyHomePageState extends State<MyHomePage> {
8181
));
8282
}
8383

84-
List<ChartSeries<SalesData, DateTime>> buildLineSeries(
84+
List<LineSeries<SalesData, DateTime>> buildLineSeries(
8585
List<ChartData> chartData) {
86-
List<ChartSeries<SalesData, DateTime>> series = [];
86+
List<LineSeries<SalesData, DateTime>> series = [];
8787
List<Color> seriesColor = [
8888
const Color(0XFFd4862f),
8989
const Color(0XFFc3c2c2),

0 commit comments

Comments
 (0)