flowcharting-repository

Manuals and repo for plugin flowcharting


Project maintained by algenty Hosted on GitHub Pages — Theme by mattgraham

Variables

Grafana Variables

You can use variables in xml définition or url in link.
Be carreful, at this time, only uncompressed xml supports variables.
Syntax : ${myVariable} Supported field with variables :

animation

Custom variables

Custom variables and eval are availables on fields :

List of custom variables :

Javascript code supports like it :

 // Percent for 10 levels
 ${_level} * 100
 // Boolean like
 ${_value} > 50 ? 1 : 0

and more