ActivityWatch / activitywatch

The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused.
https://activitywatch.net/
Mozilla Public License 2.0
11.73k stars 533 forks source link

Timeline (barchart) view does not cap off at 1h, but extends to 2h. #851

Open pringithub opened 1 year ago

pringithub commented 1 year ago

Describe the bug

The Timeline (barchart) view does not cap off at 1h, but extends to 2h.

To Reproduce

Go to Activity tab, work for over an hour, and observe

Expected behavior

barchart should cap at 1h

Documentation

image

Additional context

github-actions[bot] commented 1 year ago

Hi there! As you're new to this repo, please make sure you've used an appropriate issue template and searched for duplicates (it helps us focus on actual development!). We'd also like to suggest that you read our contribution guidelines and our code of conduct. Thanks a bunch for opening your first issue! 🙏

BelKed commented 1 year ago

I can reproduce this issue on my installation... Probably it's related to https://github.com/ActivityWatch/activitywatch/issues/724.


Screenshot

8Dion8 commented 1 month ago

Would just setting a fixed y-axis of 1hr fix the issue? At least visually. Seems like a simple fix until the bigger issue of accuracy is resolved, there's no point in making the y-axis dynamic.