track-and-graph icon indicating copy to clipboard operation
track-and-graph copied to clipboard

Feature-Request - Graph by label

Open Heiko-san opened this issue 2 years ago • 4 comments

Hi, your app is really great!

However I feel it would be very useful, when creating a graph, that you could "filter" the values to those with a specific label. I mean some kind of "include a set of labels" functionality for the graph settings.

Let's say you keep track of your pulse for example. So you have measurements with resting pulse and those with pulse while doing sports. Now maybe you want to graph your average resting pulse. If your values have labels like "rest", "sport", ... You could do that by only graph the values with the label "rest". However of course the app doesn't support such a filter at the moment.

Maybe it could be useful the other way round as well: That you can exclude a set of labels from graph.

Heiko-san avatar Aug 10 '23 12:08 Heiko-san

Hi, I think this is another use case for functions which i'm planning on implementing at some point in future.

SamAmco avatar Aug 10 '23 13:08 SamAmco

Maybe, I just saw what is possible right now and the obvious solution seemed to be "filter by label" :)

Heiko-san avatar Aug 10 '23 13:08 Heiko-san

Yeah it's another one of these things where i want to avoid complicating the graph interface as much as possible and extract that complexity for advanced users. There are all kinds of things you might want to do to your data before plotting it. Filtering by label is a good example.

SamAmco avatar Aug 10 '23 13:08 SamAmco

The more I think about it, the more I like the idea of having functions for that. :)

Heiko-san avatar Aug 10 '23 14:08 Heiko-san