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.
1 parent c1f1161 commit d89604bCopy full SHA for d89604b
lib/main.dart
@@ -81,9 +81,9 @@ class _MyHomePageState extends State<MyHomePage> {
81
));
82
}
83
84
- List<ChartSeries<SalesData, DateTime>> buildLineSeries(
+ List<LineSeries<SalesData, DateTime>> buildLineSeries(
85
List<ChartData> chartData) {
86
- List<ChartSeries<SalesData, DateTime>> series = [];
+ List<LineSeries<SalesData, DateTime>> series = [];
87
List<Color> seriesColor = [
88
const Color(0XFFd4862f),
89
const Color(0XFFc3c2c2),
0 commit comments