Skip to content

support for child metrics in properties #26

@ivarin

Description

@ivarin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions