cohenadair / anglers-log

Anglers' Log is a mobile application written in Flutter that allows users to track, analyze, and share their catches in the sport of fishing.
https://anglerslog.ca/
GNU General Public License v3.0
25 stars 8 forks source link

Tide chart Y axis shows incorrect range #922

Closed cohenadair closed 4 months ago

cohenadair commented 4 months ago

Chart is showing -3 to 3, but high/low values fall outside that range:

Screenshot 2024-07-30 at 3 09 38 PM
cohenadair commented 4 months ago

The issue was not that the underlying values were incorrect, it's that the values are in meters, and the user's preferences were in feet. The axis has been updated accordingly.