Closed bugeats closed 5 years ago
var e = g.addEdge(n1, n2);
e.set("label", "hello world");
I don't know why but it's actually not working on my side.
EDIT: I switched to https://github.com/ts-graphviz/ts-graphviz , labels work great and no longer "false output success" when there is something wrong not generating the graph. Still, thanks for you work!