Skip to content

Commit 075fc2d

Browse files
author
LavanyaA
authored
Merge pull request #4 from BPraveenBalu/master
FLUT-860276 Migrated the code with new charts.
2 parents 407b86e + 9242f03 commit 075fc2d

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
@@ -51,7 +51,7 @@ class _MyHomePageState extends State<MyHomePage> {
5151
// symbol: "₹"
5252
// ),
5353
),
54-
series: <ChartSeries<ChartData, String>>[
54+
series: <LineSeries<ChartData, String>>[
5555
LineSeries<ChartData, String>(
5656
dataSource: <ChartData>[
5757
ChartData(1211000, 'Jan'),

0 commit comments

Comments
 (0)