option = { color: "#6294f9", legend: { bottom: "2%", data: ["设备变更数"], // icon: "square", // itemHeight: 10, }, tooltip: { trigger: "axis", axisPointer: { type: "shadow", }, }, xAxis: { type: "category", data: [ "阜阳", "宣城", "合肥", "铜陵", "芜湖", "淮南", "宿州", "六安", "亳州", "池州", "蚌埠", "黄山", "淮北", "滁州", "安庆", "马鞍山", ], }, yAxis: { type: "value", }, series: [ { name: "设备变更数", data: [ 675, 657, 653, 652, 522, 453, 442, 435, 423, 423, 345, 342, 332, 234, 234, 234, ], type: "bar", barWidth: 20, itemStyle: { normal: { color: "#58aca9", }, }, }, ], };