futel / usage

Usage data processing and visualization
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

allow start and end dates with relative dates #29

Open kra opened 2 years ago

kra commented 2 years ago

Related to #24, the final entry values are always smaller because (by definition ha ha) the final entry is smaller. This basically makes me need to think when glancing at the graph to see if something is broken. "What day is it, it's mid-week so I expect it to be half".

A fix is to allow an end date which will stop at the end of the last complete period. I think this could be done with eg start -2m end -1w?