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
Looking at the source code, there's a way to customize Edge using attrs argument. Whereas for Node I can set only a label:
Edge
attrs
Node
diagrams/diagrams/__init__.py
Line 270 in 353e7eb
Any fundamental reason why is it not exposed? I'd be happy to make a PR request addressing this.
The text was updated successfully, but these errors were encountered:
There is no big reason. Yes, you can make PR for adding that.
Sorry, something went wrong.
Add attribute customization option for Nodes (mingrammer#127)
94bd2cd
Add attribute customization option for Nodes (#127) (#151)
af85c15
Co-authored-by: Szymon Ulewicz <[email protected]>
Thanks to @sulewicz this has now been addressed in #151
No branches or pull requests
Looking at the source code, there's a way to customize
Edge
usingattrs
argument. Whereas forNode
I can set only a label:diagrams/diagrams/__init__.py
Line 270 in 353e7eb
Any fundamental reason why is it not exposed? I'd be happy to make a PR request addressing this.
The text was updated successfully, but these errors were encountered: