mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Reduce bar width in EnergyConsumptionPerDeviceChart
for improved visual clarity.
This commit is contained in:
@ -47,7 +47,7 @@ class EnergyConsumptionPerDeviceChart extends StatelessWidget {
|
||||
dashArray: [12, 18],
|
||||
isCurved: true,
|
||||
color: color,
|
||||
barWidth: 4,
|
||||
barWidth: 3,
|
||||
isStrokeCapRound: true,
|
||||
dotData: const FlDotData(show: false),
|
||||
);
|
||||
|
Reference in New Issue
Block a user