grafana-diagram icon indicating copy to clipboard operation
grafana-diagram copied to clipboard

multiple values on one single node

Open cyanghsieh opened this issue 5 years ago • 3 comments

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?

cyanghsieh avatar Jun 10 '20 08:06 cyanghsieh

Added to feature poll. https://www.patreon.com/posts/41889210

jdbranham avatar Sep 22 '20 07:09 jdbranham

I opened an issue (which I just closed) but my workaround was to use subgraph

image

and you can make it work like so.

I wanted to capture input and output values

jeeftor avatar Feb 03 '21 18:02 jeeftor

+1

SaigaGentil avatar Dec 06 '21 15:12 SaigaGentil