Skip to content
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
@kamiazya

Description

@kamiazya

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions