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
Hi, it is possible to save dot/graphviz files with custom attributes. Loading the same file makes the custom attributes dissapear in the frontend.
Excerpt from saved file (test1 custom attribute): "20000" [ pos = "36.938,-20.993!" ,fillcolor = "#f4a460",style = "filled" ,width = "3.8889",height = "0.75" ,shape = "ellipse" ,color = "black" ,xlabel = "20000" ,"test1" = "12" ]
The same functionality works for example with graphml files.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for reporting this!
Sorry, something went wrong.
No branches or pull requests
Hi, it is possible to save dot/graphviz files with custom attributes. Loading the same file makes the custom attributes dissapear in the frontend.
Excerpt from saved file (test1 custom attribute):
"20000" [
pos = "36.938,-20.993!"
,fillcolor = "#f4a460",style = "filled"
,width = "3.8889",height = "0.75"
,shape = "ellipse"
,color = "black"
,xlabel = "20000"
,"test1" = "12"
]
The same functionality works for example with graphml files.
The text was updated successfully, but these errors were encountered: