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

Apply All node Attribute #51

Open
swoo-k opened this issue Sep 29, 2021 · 0 comments
Open

Apply All node Attribute #51

swoo-k opened this issue Sep 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@swoo-k
Copy link

swoo-k commented Sep 29, 2021

Hi,

I want to apply all node to same attribute.

digraph "" {
        graph [bb="0,0,0,0",
                nodesep=0.1,
                rankdir=TB,
                ranksep=0.5,
                stylesheet="../css/svg.css"
        ];
        node [label="\N"]; // → this is auto generated.. 
}

I checked node line is created. But I cannot rich by API.
How can I do that?

@goccy goccy added the enhancement New feature or request label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants