-
Notifications
You must be signed in to change notification settings - Fork 103
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
Image on Node not woking #6
Comments
Fast fix Issue raphv#6
I didn't try this code, but i think that it must work. |
Hi artzub, Thank you for the reply. I'll check this one. |
Hi! I tried your code but it doesn't work. And change a bit on
Due to .gexf XML image format:
|
fix raphv#6 added: drawing image on node
Try now... |
Changes in my code not affected by the behavior of edges. My decision is superficial... I gave you a way for resolve. |
Thanks again. got it fixed. |
I hope that I helped you =) |
is there any way for gexf-js to display node avatar images in the side bar for a selected node? (similar functionality as sigmajs exporter currently has)? |
I've been developing social graph using the toolkit + jython on which it runs automated on server. My data has been formated to .gexf
(e.g)
Base on the document for visualization; to enable node to have image is by adding <viz:shape value="image" uri=""/>
But the problem is, it doesn't show at all.
Also, I used the .gexf javascript library (gexf-js) to view it on the browser, but still the images doesn't show.
Can anyone advice on what do on this?
The text was updated successfully, but these errors were encountered: