fixed overflow bug on charts.

This commit is contained in:
Faris Armoush
2025-05-15 15:59:02 +03:00
parent 051bf657ed
commit b1bae3cb15
3 changed files with 13 additions and 3 deletions

View File

@ -21,6 +21,7 @@ class TotalEnergyConsumptionChart extends StatelessWidget {
gridData: EnergyManagementChartsHelper.gridData().copyWith(
checkToShowHorizontalLine: (value) => true,
horizontalInterval: 250,
),
borderData: EnergyManagementChartsHelper.borderData(),
lineTouchData: EnergyManagementChartsHelper.lineTouchData(),