I found this nice framework for data visualization purposes: http://thejit.org/static/v20/Jit/Examples/Sunburst/example2.html
For my project I need 4 rings. So I tried to figure out how to add two rings to the template JS, which you can find here: http://thejit.org/static/v20/Jit/Examples/Sunburst/example2.js
It is basically a cascaded structure, but simply adding a level doesn't work out.
Does anyone have a clue on how I could add two levels?
In case you have another framework which works a like or similar, I would appreciate your feedback.
Cheers, D