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

Images from graphviz files are not displayed #29

Open
hoangcuongnguyen2001 opened this issue Jan 3, 2023 · 0 comments
Open

Images from graphviz files are not displayed #29

hoangcuongnguyen2001 opened this issue Jan 3, 2023 · 0 comments

Comments

@hoangcuongnguyen2001
Copy link

hoangcuongnguyen2001 commented Jan 3, 2023

Hello everyone, I am trying to display images from my Graphviz file (just a part of it) below: digraph G { graph [center=true rankdir=LR ratio=compress size="15,10"] "file#file#34" [label="" image="assets/File.png" shape=plaintext xlabel="file CreateProcess API- "] "url#file#64" [label="" image="assets/File.png" shape=plaintext xlabel="URL FTP service- "] "network#network#100" [label="" image="assets/Network.png" shape=plaintext xlabel="network- "] "process#network#152" [label="" image="assets/Network.png" shape=plaintext xlabel="process- "] "registration#executable#172" [label="" image="assets/Executable.png" shape=plaintext xlabel="Assembly Registration- "] "apis#file#290" [label="" image="assets/File.png" shape=plaintext xlabel="APIs- "]
My code is currently like this:
image

However, when I tried to load the graph in the local server, none of my images are shown, like this:
image

So I would like to ask that does the library have any features to add images from Graphviz file into the website? And if so, how could we be able to do it?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant