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

Custom attributes cannot be loaded with dot/graphviz file type #150

Open
mnstoeckel opened this issue May 5, 2021 · 1 comment
Open
Labels
bug Something isn't working
Milestone

Comments

@mnstoeckel
Copy link

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.

@ArsMasiuk ArsMasiuk added the bug Something isn't working label May 5, 2021
@ArsMasiuk ArsMasiuk added this to the 0.7 milestone May 5, 2021
@ArsMasiuk
Copy link
Owner

Hi,
Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants