GrailsBox
Treemaps circulaires avec Grails et GraphicsBuilder
Définition du graphe à générer, au format JSON :
{ text: 'CIRCLE PACKING', color: 'blue', circles: [ { text: 'jaune', radius: 80, color: 'yellow' }, { text: 'rouge', radius: 40, color: 'red' }, { text: 'vert', color: 'green', circles: [ { text: 'bleu', radius: 10, color: 'blue' }, { text: 'rose', radius: 15, color: 'pink' }, { text: 'blanc', radius: 20, color: 'white' }, { text: 'noir', radius: 70, color: 'black' } ] } ] }