I have a List that looks something like this
TAGNAME |
Description |
Color |
Height |
Descripton_Bottom_Right |
Descripton_Bottom_Left |
Anna |
Anna goes for a walk |
red |
10 |
15 |
Dog |
Tim |
Tim goes for a walk |
white |
15 |
20 |
Cat |
Andreas |
Andreas goes for a walk |
blue |
10 |
22 |
Dog |
Sara |
Sara goes for a walk |
orange |
20 |
23 |
Dog |
Markus |
Markus goes for a walk |
green |
5 |
18 |
Cat |
and I want to import this Excel to yed.
I want my nodes to look something like this, (but without excel line)
|
|
|
|
Anna |
|
Dog |
Anna goes for a walk |
15 |
I can import it but all the texts land on top of each other.
How do I define where the texts are placed in the import?
Same thing with Edges. I have one text that I want close to the source and one close to the Target. How do I do that?
Can I use the Color / Height columns to deside shape and Color of the Nodes?
Thank you so much, I think yEd is great!
Johanna