3

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:

enter image description here

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

1 Answer 1

10

There are several graph visualizers that I know of:

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.

1
  • tnx, Arbor looks and feels great. Commented Feb 11, 2013 at 13:30

Not the answer you're looking for? Browse other questions tagged or ask your own question.