{% include 'components/theme-styles.html' %}

GSM - Statistics

{% include 'components/navigation.html' %}

🎮 Current Game Statistics

Loading...

- Characters
- Time Spent
- Chars/Hour
- Sessions
Recent Progress
-
Monthly Characters
-
Started
-
Last Activity

📚 All Games Overview

Loading...

- Characters
- Time Spent
- Chars/Hour
- Sessions
Overall Progress
-
Monthly Characters
-
Games Played
-
Total Sentences

📅 Today's Overview

Loading...

- Hours Spent
- Characters
- Sessions
- Chars/Hour

🎯 Goal Progress Chart

Track your reading goals and projected completion dates

⏱️ Reading Hours
- / -
0% -
📖 Characters Read
- / -
0% -
🎮 Games
- / -
0% -

Activity Heatmap

Lines Received Over Time

Characters Read Over Time

Reading Chars Quantity

Reading Time Quantity

Reading Speed Improvement

Kanji Grid

Unique Kanji Seen: 0
Rarely Seen
Frequently Seen
{% set afk_timer = stats_config.afk_timer_seconds | default(120) %} {% set session_gap = stats_config.session_gap_seconds | default(3600) %} {% set streak_req = config.advanced.streak_requirement_hours | default(1.0) %} {% set hours_target = stats_config.reading_hours_target | default(1500) %} {% set chars_target = stats_config.character_count_target | default(25000000) %} {% set games_target = stats_config.games_target | default(100) %} {% set heatmap_year = 'all' %} {% set stats_config = { 'afkTimerSeconds': afk_timer, 'sessionGapSeconds': session_gap, 'streakRequirementHours': streak_req, 'readingHoursTarget': hours_target, 'characterCountTarget': chars_target, 'gamesTarget': games_target, 'heatmapDisplayYear': heatmap_year } %}