My web service returns json with all nodes of a grath set. I'm using the JIT for visualisation. Does JIT allow to set positions of each node inside json? Or is there any javascript library which allows this?
Asked
Active
Viewed 550 times
3
-
Did you have any luck in finding a library? – Andriy Drozdyuk Oct 24 '12 at 15:54
-
i kept using jit just found a way how to specify fixed position of each node. – Macchiatow Nov 10 '12 at 13:22
-
can you share how you did that? – tjac Oct 14 '13 at 17:12
-
in JIT initialization I would point to method from a bean that returns calculated json – Macchiatow Oct 14 '13 at 21:44