{ "graphset":[ { "type":"nestedpie", "plotarea" : { "margin" : "40 100 25 20" }, "legend":{ "width" : 100, "margin-top" : 40, "item" : { "font-size" : 10 } }, "plot":{ "offset" : 10, "tooltip-text":"%v%", "value-box":{ "type":"all", "text":"%v%", "color":"#fff", "font-size":10 } }, "title":{ "text":"Nested Pie", "font-size" : 11, "text-align":"left" }, "scale" : { "size-factor" : 0.9 }, "series":[ { "values":[11,45], "text":"Trilby" }, { "values":[22,14], "text":"Allumi PTF" }, { "values":[35,48], "text":"Trilogy" }, { "values":[33,26], "text":"Calluna" }, { "values":[43,13], "text":"Alright Sans" }, { "values":[26,17], "text":"Giorgio Sans" }, { "values":[32,7], "text":"Biographer" } ] } ] }