Bookmark with del.icio.us submit JSViz%200.3.3%20Released digg.com reddit

JSViz 0.3.3 Released

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).

An Example Snowflake Graph

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.

me too

Sorry for the downtime guys. jsviz.org comments are back.

Any info on browser compatibility, seems fine in firefox 2 but broken in IE6 ?

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.

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.

'Download page' link is 404


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)?

Post a Comment

(optional)
(optional)