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 407b86e + 9242f03 commit 075fc2dCopy full SHA for 075fc2d
lib/main.dart
@@ -51,7 +51,7 @@ class _MyHomePageState extends State<MyHomePage> {
51
// symbol: "₹"
52
// ),
53
),
54
- series: <ChartSeries<ChartData, String>>[
+ series: <LineSeries<ChartData, String>>[
55
LineSeries<ChartData, String>(
56
dataSource: <ChartData>[
57
ChartData(1211000, 'Jan'),
0 commit comments