Closed miracl3ministry closed 2 months ago
The example in the documentation does't display directed arrows. Doesn't work: g.addEdge("Banana", "Tomato", { directed: true, style: { label: "1" }, }); But it works: g.addEdge("Mushroom", "Tomato", { directed: true, }); g.addEdge("Banana", "Tomato", { style: { label: "1", directed: true }, });
Thanks!
The example in the documentation does't display directed arrows. Doesn't work: g.addEdge("Banana", "Tomato", { directed: true, style: { label: "1" }, }); But it works: g.addEdge("Mushroom", "Tomato", { directed: true, }); g.addEdge("Banana", "Tomato", { style: { label: "1", directed: true }, });