更新睡眠报告散点图

This commit is contained in:
wyf
2025-08-22 10:17:55 +08:00
parent f21f75d5e4
commit c432212870
8 changed files with 82 additions and 65 deletions

View File

@@ -549,6 +549,7 @@ class _NewHomePageState extends State<NewHomePage> {
'date': DateTime.now()
.millisecondsSinceEpoch,
'person_show': false,
'reportPadding': false,
},
);
}
@@ -652,6 +653,8 @@ class _NewHomePageState extends State<NewHomePage> {
// 'backgroundColor':stringToColor("#003058"),
'person_show':
false,
'reportPadding':
false,
},
);
},