dgavriloff / adaptive-tdee-tracker

Allows users to get an estimate of their total daily energy expenditure from their weight loss and calorie intake.
0 stars 0 forks source link

Fix graph #2

Closed dgavriloff closed 3 weeks ago

dgavriloff commented 1 month ago

Either choose a new charting kit or manipulate the existing react native chart kit to look good. Currently it does not skip over empty data and the axis' are wonky.

dgavriloff commented 3 weeks ago

Graph is fixed. Missing and NaN data is replaced with previously known data. New charting kit library (react-native-responsive-linechart) allowed me to fix axes and their labels.