Skip to content

Commit f0e8f23

Browse files
author
LavanyaA
authored
Merge pull request #4 from BPraveenBalu/master
FLUT-860276 Migrated the code with new charts.
2 parents abdbce1 + 1f05d64 commit f0e8f23

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
@@ -32,7 +32,7 @@ class _MyHomePageState extends State<MyHomePage> {
3232
void initState() {
3333
selection =
3434
SelectionBehavior(enable: true, selectedColor: Colors.yellowAccent);
35-
chart = SfCartesianChart(series: <ChartSeries<ChartData, num>>[
35+
chart = SfCartesianChart(series: <ColumnSeries<ChartData, num>>[
3636
ColumnSeries<ChartData, num>(
3737
dataSource: <ChartData>[
3838
ChartData(10, 17),

0 commit comments

Comments
 (0)