We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abdbce1 + 1f05d64 commit f0e8f23Copy full SHA for f0e8f23
lib/main.dart
@@ -32,7 +32,7 @@ class _MyHomePageState extends State<MyHomePage> {
32
void initState() {
33
selection =
34
SelectionBehavior(enable: true, selectedColor: Colors.yellowAccent);
35
- chart = SfCartesianChart(series: <ChartSeries<ChartData, num>>[
+ chart = SfCartesianChart(series: <ColumnSeries<ChartData, num>>[
36
ColumnSeries<ChartData, num>(
37
dataSource: <ChartData>[
38
ChartData(10, 17),
0 commit comments