This repository was archived by the owner on Mar 17, 2024. It is now read-only.
This repository was archived by the owner on Mar 17, 2024. It is now read-only.
Support grouped edge targets #104
Closed
Description
What was a problem
Could not group Edge targets.
How to solve
The target of Edge component can be specified by group.
<Edge targets={['a', ['b1', 'b2'], 'c']} />
// "a" -> {"b" "b2"} -> "c";
Additional context
See Also ts-graphviz/ts-graphviz#150