Skip to content

Commit

Permalink
Merge pull request #5 from BPraveenBalu/main
Browse files Browse the repository at this point in the history
FLUT-860276 Migrated the codes with new charts.
  • Loading branch information
LavanyaGowtham2021 authored Dec 18, 2023
2 parents 84c1f54 + db8f534 commit b298d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class _MyHomePageState extends State<_MyHomePage> {
}
}
},
series: <ChartSeries<ChartSampleData, String>>[
series: <ColumnSeries<ChartSampleData, String>>[
ColumnSeries<ChartSampleData, String>(
dataSource: _chartData,
xValueMapper: (ChartSampleData data, _) => data.x,
Expand Down

0 comments on commit b298d2b

Please sign in to comment.