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 code with new charts
  • Loading branch information
LavanyaGowtham2021 authored Dec 18, 2023
2 parents b4dc2ca + aaaf3d1 commit fe0978a
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 @@ -53,7 +53,7 @@ class _MyHomePageState extends State<_MyHomePage> {
legend: Legend(isVisible: true),
// Enable tooltip
tooltipBehavior: _tooltipBehavior,
series: <ChartSeries<_SalesData, String>>[
series: <ColumnSeries<_SalesData, String>>[
ColumnSeries<_SalesData, String>(
// animationDuration: 0,
dataSource: <_SalesData>[
Expand Down

0 comments on commit fe0978a

Please sign in to comment.