11/3/1
This commit is contained in:
@@ -354,6 +354,18 @@ class StaticDash extends StatelessWidget {
|
||||
show: true,
|
||||
color: Colors.green.withOpacity(0.3)),
|
||||
),
|
||||
LineChartBarData(
|
||||
spots: staticController
|
||||
.chartDataEmployeeSefer4,
|
||||
isCurved: true,
|
||||
color:
|
||||
Colors.yellow, // Custom color for Mena
|
||||
barWidth: 3,
|
||||
dotData: const FlDotData(show: true),
|
||||
belowBarData: BarAreaData(
|
||||
show: true,
|
||||
color: Colors.yellow.withOpacity(0.3)),
|
||||
),
|
||||
],
|
||||
titlesData: const FlTitlesData(
|
||||
bottomTitles: AxisTitles(
|
||||
|
||||
Reference in New Issue
Block a user