SamAmco / track-and-graph

An android app for tracking personal data and creating custom graphs
GNU General Public License v3.0
438 stars 40 forks source link

View current day's totals #225

Closed zanovis closed 1 year ago

zanovis commented 1 year ago

Is it possible to see the current value (summation) for tracking a numerical stat? I.e. tracking calories per day, Id like to see the running total for the current day.

SamAmco commented 1 year ago

You can create a line graph for your tracker and select plot daily totals instead of plot when tracked.

zanovis commented 1 year ago

You can create a line graph for your tracker and select plot daily totals instead of plot when tracked.

I don't think this will plot using the current day's running total, will it?

edit: I stand corrected! This works, thanks! There is a "bug" though for the first entries, they will not show up until the second day, then the graph populates as described