diff --git a/lib/widgets/charts/chart_widget.dart b/lib/widgets/charts/chart_widget.dart index ef3d84f..6df4200 100644 --- a/lib/widgets/charts/chart_widget.dart +++ b/lib/widgets/charts/chart_widget.dart @@ -228,7 +228,7 @@ class ChartWidget extends StatelessWidget { fontSize: 14, // Increased font size ); final date = DateTime.now().add(Duration(days: value.toInt())); - final formattedDate = DateFormat('MM/dd').format(date); + final formattedDate = DateFormat('dd/MM').format(date); return SideTitleWidget( axisSide: meta.axisSide, space: 8.0, // Increased space to move the labels downwards