Skip to content

Commit 2ad1eb7

Browse files
author
LavanyaA
authored
Merge pull request #8 from BPraveenBalu/master
FLUT-860276 Migrated the code with new charts.
2 parents dcb9394 + b7bd749 commit 2ad1eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class _MyHomePageState extends State<MyHomePage> {
6262
primaryXAxis: CategoryAxis(),
6363
// Chart title
6464
title: ChartTitle(text: 'Half yearly sales analysis'),
65-
series: <ChartSeries<SalesData, String>>[
65+
series: <LineSeries<SalesData, String>>[
6666
LineSeries<SalesData, String>(
6767
dataSource: chartData,
6868
xValueMapper: (SalesData sales, _) => sales.month,

0 commit comments

Comments
 (0)