-
Notifications
You must be signed in to change notification settings - Fork 71
[bug] Bar chart in the main Panel doesn't show first bar #1090
Copy link
Copy link
Open
Labels
Description
Checklist
- Describe the bug.
- Copy of the output/log.
- Include your
.envfile. - Steps to Reproduce
- The exact command that failed. This is what you typed at the command line, including any options.
- FitTrackee version, this is reported by
pip show fittrackee - Operating System and Python Version
- Installed Python packages
Describe the bug
Hi there,
Bar chart in the main Panel doesn't show the very first week in its summary even though there are workouts registered in that week. I've spotted that a few weeks back and I've been waiting for x axis to switch to next week cycle hoping it will disappear but it persists:

Statistics page looks ok and data appears just fine:

pi@SLAVEPI:~ $ cat ~/docker/fittrackee/docker-compose.yml | grep image
image: ghcr.io/baosystems/postgis:17-3.5
image: fittrackee/fittrackee:v1.2.0
pi@SLAVEPI:~ $ python
Python 3.14.3 (main, Feb 17 2026, 13:37:05) [GCC 15.2.1 20260209] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
pi@SLAVEPI:~ $ uname -a
Linux SLAVEPI 6.18.18-3-rpi #1 SMP PREEMPT Tue Mar 17 08:57:30 UTC 2026 aarch64 GNU/Linux
Copy of the output/log
No response
Include the .env file
No response
To Reproduce
No response
FitTrackee Version
1.2.0
Python Version
3.14
FitTrackee installation method
From PyPI
Operating System
GNU/Linux
Python Packages
No response
Reactions are currently unavailable