sagreine / homeGym

homeGym mobile app
2 stars 0 forks source link

Y values not in sync for some bar chart? #186

Closed sagreine closed 3 years ago

sagreine commented 3 years ago

E.g. press rep maxes. Both 5 and 6 have the same tooltip max but different bar heights. Why? Start with checking the actual values in the data

sagreine commented 3 years ago

tooltip problem.

sagreine commented 3 years ago

ya press rep maxes in data: 5: 103 6: 109

tooltip: both 99 for some reason

sagreine commented 3 years ago

this broke if 1.1 Y (weight, for instacne) was higher than the max, but Y was not == to the max. that's because the titling was going off of rod height, which was 1.1 y. so we switched to instead pull in titles, which is a very stupid and messy function right now.