title: {
text: 'Simple Chart Test'
},
tooltip: {},
xAxis: {
type: 'category',
data: ['A','B','C','D','E']
},
yAxis: {
type: 'value'
},
series: [
{
name: 'Demo Series',
type: 'bar',
data: [5, 20, 36, 10, 10]
}
]