fixed bug in total energy consumption chart.

This commit is contained in:
Faris Armoush
2025-05-27 12:26:21 +03:00
parent f5d926f5a2
commit 3ac5254abf

View File

@ -35,9 +35,6 @@ class TotalEnergyConsumptionChart extends StatelessWidget {
List<LineChartBarData> get _lineBarsData {
return [
LineChartBarData(
preventCurveOvershootingThreshold: 0.1,
curveSmoothness: 0.55,
preventCurveOverShooting: true,
spots: chartData
.asMap()
.entries