Do you know a Google API or a jQuery JavaScript plugin to visualize data like the "Wonder Wheel"? I'd like to use thi开发者_开发问答s widget with my data.
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
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
精彩评论