{
"title": {
"text": "World Population"
},
"tooltip": {
"trigger": "axis",
"axisPointer": {
"type": "shadow"
}
},
"legend": {},
"xAxis": {
"type": "category",
"data": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
},
"yAxis": {
"type": "value"
},
"series": [
{
"name": "test1",
"data": [120, 200, 150, 80, 70, 110, 130],
"type": "bar",
"stack": "total"
},
{
"name": "test2",
"data": [12, 20, 35, 88, 7, 11, 13],
"type": "bar",
"stack": "total"
},
{
"name": "test3",
"data": [120, 200, 150, 80, 70, 110, 130],
"type": "line"
}
]
}
