views:

49

answers:

1

I have a graph with 1000+ nodes that is fairly sparse. I would like to create a visualization of this graph, and let users drag around it, the same way that users can drag the image of Google or Bing maps around.

Is there any service/toolkit/technology that exists to allow me to do this easily? Javascript? Silverlight? Flash/Flex?

+2  A: 

JavaScript

  1. Protovis
  2. Javscript Infovis Toolkit

Flash:

  1. Flare
Jay Askren
+1, these toolkits look great!
Alex - Aotea Studios