Commit graph

12 commits

Author SHA1 Message Date
Kumi c7295829fc
refactor(statistics.py): standardize chart height param
Standardized the parameter name for setting chart height across all
chart creation functions in statistics.py. Replaced `plot_height` with
`height` to align with the latest visualization library conventions.
This change enhances code consistency and adheres to the updated library
API, ensuring future compatibility and easier maintenance.
2024-03-24 16:23:48 +01:00
Kumi eb7344305d Basic activity statistics 2021-03-03 08:39:26 +01:00
Kumi 35fd2450f4 Badly implement mood pie charts 2021-03-01 18:05:14 +01:00
Kumi e93798c266 Replace max time parameter by current time 2021-02-28 19:58:38 +01:00
Kumi 5cef852510 Fix moodstats signature
Remove unused variables
Fix time selection for CSV
2021-02-26 07:38:17 +01:00
Kumi 539ee03709 Fix activitystats signature 2021-02-26 07:26:52 +01:00
Kumi cbcf7a365c Add monthly and yearly activity counters 2021-02-25 15:33:28 +01:00
Kumi 255f4d721c Add statistics to sidebar
Fix stupid mistake
2021-02-22 07:59:51 +01:00
Kumi 209c1c1429 Add rolling average to mood statistics chart
Add ordering clause to Status objects
2021-02-22 07:51:27 +01:00
Kumi a19c0a2ad1 Make prettier 2021-02-21 21:03:34 +01:00
Kumi bbb062ca0e Adding activity output
Bug fixing
2021-02-21 20:59:39 +01:00
Kumi 261531f9bf Reworked statistics with HoloViews/Bokeh 2021-02-21 20:13:22 +01:00