You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiler message:
lib/weekly_challenge.dart:149:25: Error: The method 'BarAreaData' isn't defined for the class '_LineChartSample2State'.
'_LineChartSample2State' is from 'package:mobile_application_activity_03/weekly_challenge.dart' ('lib/weekly_challenge.dart').
Try correcting the name to the name of an existing method, or defining a method named 'BarAreaData'.
belowBarData: BarAreaData(
^^^^^^^^^^^
lib/weekly_challenge.dart:252:25: Error: The method 'BarAreaData' isn't defined for the class '_LineChartSample2State'.
'_LineChartSample2State' is from 'package:mobile_application_activity_03/weekly_challenge.dart' ('lib/weekly_challenge.dart').
Try correcting the name to the name of an existing method, or defining a method named 'BarAreaData'.
belowBarData: BarAreaData(show: true, colors: [
^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Compiler message:
lib/weekly_challenge.dart:149:25: Error: The method 'BarAreaData' isn't defined for the class '_LineChartSample2State'.
Try correcting the name to the name of an existing method, or defining a method named 'BarAreaData'.
belowBarData: BarAreaData(
^^^^^^^^^^^
lib/weekly_challenge.dart:252:25: Error: The method 'BarAreaData' isn't defined for the class '_LineChartSample2State'.
Try correcting the name to the name of an existing method, or defining a method named 'BarAreaData'.
belowBarData: BarAreaData(show: true, colors: [
^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: