Is it possible for JIT force directed labels to render as active links to nodes? I succeeded in having the labels appear as html, but it displays as raw html and does not render as an active link.

Comments

clemens.tolboom’s picture

According to the docs on http://philogb.github.io/jit/static/v20/Docs/files/Options/Options-Label... the label can be HTML, Canvas or native.

@emilianodelau: Can you checkout whether that HTML can contain 'real' html.

I assume you use Graph API + views. As far a I know the title is check_plain escaped by Graph API. Not sure :(