Active
Project:
The JIT
Version:
7.x-1.x-dev
Component:
Force Directed
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2013 at 19:39 UTC
Updated:
28 May 2013 at 07:24 UTC
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
Comment #1
clemens.tolboomAccording 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 :(