We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have a digraph like this :
When I click on A1 or A2, I would like B2 to disappear.
What should I do ?
Thanks you for help.
The text was updated successfully, but these errors were encountered: