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

Sign up to request clarification or add additional context in comments.

1 Comment

tnx, Arbor looks and feels great.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.