{ "graphset" : [ { "type" : "line", "plotarea" : { "margin" : "40 30 40 30" }, "title" : { "text" : "Line 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", "marker" : { "type" : "circle" } } , { "values" : [2, 6, 1, 3], "text" : "Orange", "marker" : { "type" : "diamond" } } ] } ] }