Replies: 1 comment
-
I just found the difference, but since the question was asked last year, you might have to. let say you have the following (not b isn't connected back to a here).
a connects to b.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using sample csv to generate a network diagram. I have encountered a challenge that I want to add interface information at both ends of the two nodes, it seems like fromlabel and tolabel can help based on what i searched. But it's not working in my code. Anyone can help me understand what's difference between fromlabel and tolabel ? and any other way can help me fix this requirement.
{"from":"local","to":"remote","invert":true,"fromlabel":"sourceport","tolabel":"destport","style":"curved=1;endArrow=none;endFill=0;dashed=0;strokeColor=#000000;"}
local,hostname,shape,remote,sourceport
a,a,mxgraph.xxx,b,eth1,eth2
b,b,mxgraph.xxx,a,eth2,eth1
Beta Was this translation helpful? Give feedback.
All reactions