以下是沙盒内容
"tooltip": {
"trigger": "axis",
"axisPointer": {
"type": "shadow",
"animation": false
}
},
"legend": {
"data": [
"版本最大值",
"本家"
]
},
"grid": {
"left": "3%",
"right": "4%",
"bottom": "3%",
"containLabel": true
},
"xAxis": [
{
"type": "value"
}
],
"yAxis": [
{
"type": "category",
"axisTick": {
"show": true
},
"data": [
"能量",
"生命(临时)",
"防御",
"攻击",
"会心"
]
}
],
"series": [
{
"name": "版本最大值",
"type": "bar",
"barGap": "-40%",
"label": {
"show": true,
"position": "insideTopRight",
"backgroundColor": {
"image": "
",
"width": 30
}
},
"data": [
100,
400,
400,
300,
100
]
},
{
"color": [
"#3366DD"
],
"name": "本家",
"type": "bar",
"stack": "总量",
"label": {
"show": true,
"position": "insideTopRight",
"backgroundColor": {
"image": "
",
"width": 30
}
},
"data": [
204,
353,
523,
584,
75
]
}
]
}