meikpiep / gauguin

Gauguin is a Sudoku-like game for Android where you solve grids via calculation and logic.
GNU General Public License v3.0
110 stars 6 forks source link

Graphs in statistics are surprisingly horizontally scrollable #88

Closed mccartney closed 8 months ago

mccartney commented 9 months ago

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

mccartney commented 9 months ago

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

meikpiep commented 9 months ago

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 commented 8 months ago

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

meikpiep commented 8 months ago

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.