views:

760

answers:

3

Hi, do you know a Google API or a jquery js plugin to visualize the data like "Wonder Wheel"? I'd like to use this widget with my data.

http://bit.ly/dysDQn

A: 

Try the JavaScript InfoVis Toolkit. See the Tree Animation example for a Wonder Wheel-like implementation.

You will find an interesting discussion related to this question here: Graph visualization code in javascript?

Buon lavoro, Daniel

dshaw
A: 

Very interesting links

A: 

the closest jQuery plugin would probably be the "radmenu" plugin - http://www.tikku.com/jquery-radmenu-plugin

more specifically, see: http://www.tikku.com/jquery-radmenu-plugin#code_example_4

though the nesting involved in the wonder wheel is more complex that what the plugin is intended for, it can still be extended to work like the wonder wheel since it will dish out the necessary 'results' without your having to do the math

Nirvana Tikku