3

Do you know a Google API or a jQuery JavaScript plugin to visualize data like the "Wonder Wheel"? I'd like to use this widget with my data.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
grigio
  • 31
  • 1
  • 2

2 Answers2

1

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

Community
  • 1
  • 1
dshaw
  • 2,129
  • 2
  • 14
  • 17
0

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
  • 4,105
  • 1
  • 20
  • 28