You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the same way it is handled from metrics-plugin-data:
example:
fintrack
spent___beer:: 10
spent___groceries:: 50
would be awesome if {{renderer :metrics, spent, -, properties-cumulative-line}}
would distinguish between parent "spent" and children "beer", "groceries" properties and plot them correspondingly.
so far this is achievale only via /add metrics command which doesn't really fit my intended workflow with it
or maybe separate metrics with the same name by parent block?
beer
spent:: 10
groceries
spent:: 50
would draw two different graphs for beer and groceries by spent property?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I prefer the first suggestion using the underscores to separate the parent and child categories. I'm concerned that using parent blocks, like inn you alternate suggestion, would break people's existing workflows. This is a good feature request. I'll add it to the list.
the same way it is handled from metrics-plugin-data:
example:
would be awesome if
{{renderer :metrics, spent, -, properties-cumulative-line}}
would distinguish between parent "spent" and children "beer", "groceries" properties and plot them correspondingly.
so far this is achievale only via
/add metrics
command which doesn't really fit my intended workflow with itor maybe separate metrics with the same name by parent block?
would draw two different graphs for beer and groceries by
spent
property?The text was updated successfully, but these errors were encountered: