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.
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
2010-03-23 15:16:09
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
2010-07-05 15:55:44