日报周报月报

This commit is contained in:
czz
2025-07-07 16:37:50 +08:00
parent 2ea05f3cb4
commit 763b550751
2 changed files with 1 additions and 5 deletions

View File

@@ -625,7 +625,7 @@ Map<String, dynamic> buildMonthlyChartData(Map<String, dynamic> dyspData) {
DateTime baseDate = DateTime.fromMillisecondsSinceEpoch(data.first['st']);
double daysInMonth = DateTime(baseDate.year, baseDate.month + 1, 0)
.day
.toDouble(); // 👈 改为 double
.toDouble()-1; // 👈 改为 double
List<Offset> points = [];
List<String> colors = [];