FITNESS PAGE - a guide to getting started

Looks like stacked bars isn’t working for daily ‘as is’ values.
But I was able to get around that by using Moving Avg or Moving total with the averaging period set to 1.

1 Like

Thanks for the suggestion. It doesn’t seem to work for me though. I can get HR 1+2, HR 3+4 and HR5+ to stack with as-is values, but not with my custom values (as-is or moving 1d ave).
It’s ok though, the data is there, it doesn’t really matter if it doesn’t stack.
Cheers

The Fitness page chart takes the planned, not-yet-recorded activity of the day into account when drawing the graph. Is it possible to toggle the inclusion of planned activities?

1 Like

How to plot daily average for custom fields from two separate activities?

I created a custom Select field “Excitement” for activities, with the values “1 - Meh”, “2 - OK”, “3 - Fun”, “4 - Epic”. When plotted as a dot on a graph it works fine except for days when I have multiple activities. It seems to add the numbers together and show “5” instead of an average of “2,5”. Shouldn’t I use Select fields for this purpose? Looks like the standard field ”Feel” shows an average score with the same settings in the graph.

(And - AWESOME app!!! Found it yesterday and it’s amazing!)

Edit your custom field, select description and change your aggregation from sum to average :slight_smile:

1 Like

Thanks!!