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