{
"graphset":[
{
"type":"hbar",
"plotarea":{
"margin":"40 20 30 60"
},
"title":{
"text":"Horizontal 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"
}
]
}
]
}