Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hide node/edge on click ? #13

Open
akwawa opened this issue Oct 31, 2017 · 0 comments
Open

How to hide node/edge on click ? #13

akwawa opened this issue Oct 31, 2017 · 0 comments

Comments

@akwawa
Copy link

akwawa commented Oct 31, 2017

Hello,

I have a digraph like this :

digraph "test" {
        label="test"; fontsize=20; pad=0.5; bgcolor="#2e3e56";
        node [shape="record", width="0.6", style="filled", fillcolor="white", color="grey", penwidth="1", label=""];
        edge [color="black", penwidth="1", fontname="Comic Sans MS"];
        A1[label="{a1|{001|002|003}}"];
        A2[label="{a2|{00Z}}"];
        A1 -> A2 [label=""];
        B1[label="{b1|{001|002|003}}"];
}

When I click on A1 or A2, I would like B2 to disappear.
What should I do ?

Thanks you for help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant