Manuals and repo for plugin flowcharting
More examples dashboard at https://flowcharting.grafana.net
Double click on empty zone without shape don’t work, to zoom on a portion of the graph, we need to create a zone.
Example :
In editor or draw.io, use “Shadow” and “Glass” to beautify the graph. NB : Gradient is not supported at this time in plugin.
In draw.io, use a rectangle to front on the room and reduce opacity to see under the rectangle when color changes. Uncheck the line if you don’t want to see the borderlines.
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 :
Custom variables and eval are availables on some fields (see variables section). In supported field, javascript code is supported. Examples of code :
Math.floor(Math.random() * 100) + 1;
${_level} * 10
if the value is already between 0-100 Choose like that
${_value}
Again ? Send me your tips and tricks by email at grafana.flowcharting@gmail.com