Skip to content

Commit

Permalink
Merge pull request #4 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 committed Dec 18, 2023
2 parents c53ffb4 + 3f2aff7 commit a536cc1
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 @@ -64,7 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
borderWidth: 3,
borderColor: Colors.red)
]),
series: <ChartSeries<ChartData, DateTime>>[
series: <ColumnSeries<ChartData, DateTime>>[
ColumnSeries<ChartData, DateTime>(
borderRadius: BorderRadius.circular(3),
dataSource: _chartData,
Expand Down

0 comments on commit a536cc1

Please sign in to comment.