grafana-diagram
grafana-diagram copied to clipboard
multiple values on one single node
Not sure if this is possible right now.
I was trying to use this plugin to conduct a process line in a factory, and I want to use show different values(temperature, flowmeter, power....) on the diagram under one single node.
for example this is my flowchart
graph LR
A>SRC101] --> B(TK102)
C>SRC102] --> B(TK103)
B --> D(KB115)
D --> F
E>TK003] --> F(TK205)
F==> G((17FILLX))
I would like to show 2 values on G-node at the same time. Is there any way to do this?
Added to feature poll. https://www.patreon.com/posts/41889210
I opened an issue (which I just closed) but my workaround was to use subgraph
and you can make it work like so.
I wanted to capture input and output values
+1