-
Notifications
You must be signed in to change notification settings - Fork 1.5k
arrow (edges - Graph) #55
Comments
Hi Joaofgf, The image actually is transparent, the lines are just drawn to the edges of the image object. I am not sure if we can set the arrows to connect to the opaque edges of an image, instead of the containing box. However, for the side of the line that does NOT have the arrowhead, we can make that connect to the center of the object. This would be a partial fix, though in your example it should fix the problem. I'll discuss this with the team on monday. Regards, Alex |
Thank you very much Alex. Enviado do meu iPhone No dia 08/03/2014, às 10:44, Alex notifications@github.com escreveu: Hi Joaofgf, The image actually is transparent, the lines are just drawn to the edges of Regards, Alex Reply to this email directly or view it on |
Hi Joaofgf, |
Thank you Alex. |
did you include the vis css file? |
Thats it. fixed ;) João Ferreira On Saturday, 8 de March de 2014 at 15:02, Alex wrote:
|
You're welcome :). Ill add it (or clarify, unsure if it's in there Thank you for using vis :). |
…ion and manipulation features of graph. (#55)
when using
edges: style: 'arrow'
and
nodes:
image: 'http://server/icon.png', shape: 'image'
the central image is not transparent
example: http://i60.tinypic.com/2qu6exs.png
without 'arrow' style, transparent png: http://i61.tinypic.com/zo6rmd.png
thanks.
The text was updated successfully, but these errors were encountered: