mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 23:27:25 +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],
|
dashArray: [12, 18],
|
||||||
isCurved: true,
|
isCurved: true,
|
||||||
color: color,
|
color: color,
|
||||||
barWidth: 4,
|
barWidth: 3,
|
||||||
isStrokeCapRound: true,
|
isStrokeCapRound: true,
|
||||||
dotData: const FlDotData(show: false),
|
dotData: const FlDotData(show: false),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user