Skip to content

Commit 1f05d64

Browse files
authored
Migrated the code with new charts.
1 parent abdbce1 commit 1f05d64

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)