Tuesday, December 02, 2008

caitlin gannon » JsVIS: JavaScript visualization software

caitlin gannon » JsVIS: JavaScript visualization software

JsVis, by Kyle Sholtz, is a JavaScript framework for creating “Snowflake graphs” like this one:

JSVIS Snowflake Graph

There is a lot of potential for visualizing complex relationships with this sort of tool. The basic layout is best for tree structures, but a thread on the discussion board indicates that there is a non-tree display method (particle model layout) which warrants investigation.