Posted by kyle on January 21, 2007 11:31 PM | bookmark / share: |
The jsviz.org website is now available but I'll be cross-posting big news here to keep subscribers and search traffic informed:
JSViz 0.3.3 is now available. This release includes two major features:
Snowflake Model is an updated implementation of the "Tree Model" offered in JSViz 0.2. This is a geometric model, offering superior speed to Force Directed layouts, but only capable of representing hierarchical data (sorry, no circuits).
Layouts offer a simplified interface to the core JSViz libraries. New projects can now be created with minimal code and simple configuration. Additional examples, using Layouts:
An Example Force Directed Graph with Data Loader
An Example Force Directed Graph with Randomly Generated Data
You can download the full source as a single ZIP archive or browse individual files on the Download page
I'll follow up with tutorials shortly.
Comments
I can't leave comments on the jsviz.org site.
Posted by: Nguyen | January 23, 2007 4:40 PM
me too
Posted by: Anonymous | January 23, 2007 4:53 PM
Sorry for the downtime guys. jsviz.org comments are back.
Posted by: Kyle Scholz | January 23, 2007 10:37 PM
Any info on browser compatibility, seems fine in firefox 2 but broken in IE6 ?
Posted by: robl | January 28, 2007 7:04 PM
robl, Right! I just posted a fix for a known IE issue. The change should be visible in the examples on the jsiz.org website and in the source distribution -- If you continue to have compatibility issues, please let me know. I'll post more details about some updates to the 0.3.3 release later this week.
Posted by: Kyle Scholz | January 29, 2007 1:02 AM
I also just updated "treedata.xml", the xml file on which the examples are based. The "color" field in some XML nodes had a trailing space and IE7 was throwing an "invalid property value" exception when this was used in CSS assignments.
Posted by: Kyle Scholz | January 29, 2007 10:04 AM
'Download page' link is 404
Posted by: Viola | September 29, 2009 9:33 PM
I tried arrows in SVG using drawMarker function, but
how to draw a line with a arrow head between nodes using javaScript with HTML?
One more question
How to draw a line between Node1 to Node1(same like recursive)?
Posted by: Kala | November 5, 2009 7:25 PM