Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphs in statistics are surprisingly horizontally scrollable #88

Closed
mccartney opened this issue Feb 18, 2024 · 4 comments
Closed

Graphs in statistics are surprisingly horizontally scrollable #88

mccartney opened this issue Feb 18, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@mccartney
Copy link
Contributor

At first I was surprised after completing a game to see no visible indication of the stats changing. It turned out the graphs are horizontally scrollable, but there is nothing in the UI which would suggest that.
Screenshot_20240218-230135.jpg

Screenshot_20240218-230147.jpg

Expectations/ideas

  • either show a scrollbar
  • or make the chart horizontally denser - i.e. fit the whole axis in viewport width
  • or clip the history to show at most N last games (data points)
  • or possibly other solutions
@meikpiep meikpiep added the bug Something isn't working label Feb 18, 2024
@mccartney
Copy link
Contributor Author

Also it didn't occur to me that the charts are zoomable with two-finger gestures.

@meikpiep
Copy link
Owner

meikpiep commented Feb 20, 2024

They were not intended to be scroll-able, I will have a look if a simple configuration switch exists of the diagram library used called Vico.

meikpiep added a commit that referenced this issue Feb 24, 2024
@meikpiep
Copy link
Owner

Solved in main, will be included in the next release.

@meikpiep
Copy link
Owner

FYI: Included in version 0.21.0 https://github.com/meikpiep/gauguin/releases/tag/v0.21.0. It will be available via Play Store ~tomorrow and via F-Droid in ~3-6 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants