admin管理员组

文章数量:1287832

Is there a html5 version or similar to Asterisq Roamer?

I looked at this list of charts from Daniel Davis list, but can't find any that has:

  1. Loading data from xml(better json)
  2. Minimum level of connections 2
  3. Animated custom boxes

This is Asterisq:

Is there a html5 version or similar to Asterisq Roamer?

I looked at this list of charts from Daniel Davis list, but can't find any that has:

  1. Loading data from xml(better json)
  2. Minimum level of connections 2
  3. Animated custom boxes

This is Asterisq:

Share Improve this question edited Feb 11, 2013 at 11:16 Davor Zubak asked Feb 11, 2013 at 10:32 Davor ZubakDavor Zubak 4,74614 gold badges61 silver badges95 bronze badges 5
  • SVG is a better tool than canvas for the job. – Shmiddty Commented Feb 11, 2013 at 16:57
  • @Shmiddty, do you have any examples of similar graph in SVG? – Davor Zubak Commented Feb 11, 2013 at 20:05
  • I'm sure you know how to use google. – Shmiddty Commented Feb 11, 2013 at 20:10
  • 1 @Shmiddty, sure, I can use google :-), but what is your experience with SVG graphs, what are your favourite api's? – Davor Zubak Commented Feb 12, 2013 at 8:22
  • 2 Canvas will give better performance in general, but SVG is more flexible. Check out vivagraph.js – henry74 Commented Jan 30, 2014 at 18:49
Add a ment  | 

1 Answer 1

Reset to default 10

There are several graph visualizers that I know of:

  • arbor.js
  • JavaScript InfoVis Toolkit
  • d3.js

I think their APIs are straightforward enough that adding graphs and edges programatically based on your loaded model is easier than adapting your data to some kind of fixed schema.

本文标签: javascriptHtml5 node graphStack Overflow