补充年度报告的日历图

This commit is contained in:
shuaikangzhou
2024-01-28 16:13:54 +08:00
parent c7995ca776
commit 36bf9a1b3c
5 changed files with 4 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ def calendar_chart(wxid, time_range=None):
)
return {
'chart_data': c.dump_options_with_quotes(),
'calendar_chart_data': c.dump_options_with_quotes(),
'chat_days': len(calendar_data),
# 'chart':c,
}