{ "graphset" : [ { "type" : "bar", "plotarea" : { "margin" : "40 30 40 30" }, "title" : { "text" : "Bar Chart" }, "scale-x" : { "values" : ["1st
Quarter", "2nd
Quarter", "3rd
Quarter", "4th
Quarter"] }, "scale-y" : { "values" : "0:10:2" }, "legend" : { }, "plot" : { }, "series" : [ { "values" : [8, 2, 4, 5], "text" : "Apple" } , { "values" : [2, 6, 1, 3], "text" : "Orange" } ] } ] }