You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I am proud to give you a plugin for displaying force directed graph
layouts
The main code was written by my colleague Marvin (who is by now a
web2py adept). I wrapped it into a plugin.
So far I found only two js packages that can do force directed graph
layouts:
http://jsviz.org/ (no proper interface)
and http://thejit.org/ (only in the vc repo, no attribute to configure
the edge length)
This plugin has the missing features. The data object syntax is
compatible to thejit, if you visit http://127.0.0.1:8000/YOURAPP/plugin_forcedirected/index you will find some documentation
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Nice. I can use this myself.
On May 3, 8:53 am, selecta <gr...@delarue-berlin.de> wrote:
> I am proud to give you a plugin for displaying force directed graph
> layouts
>
> The main code was written by my colleague Marvin (who is by now a
> web2py adept). I wrapped it into a plugin.
>
> So far I found only two js packages that can do force directed graph
> layouts:http://jsviz.org/(no proper interface)
> andhttp://thejit.org/(only in the vc repo, no attribute to configure
> the edge length)
> This plugin has the missing features. The data object syntax is