|
@@ -95,33 +95,12 @@
|
|
|
data:that.data_pmy_value
|
|
|
}
|
|
|
],
|
|
|
-
|
|
|
- series: [{
|
|
|
- name: "受理数", // bar图的外边框
|
|
|
- type: "bar",
|
|
|
- barWidth: "20%",
|
|
|
- yAxisIndex: 0,
|
|
|
- data: [500, 500, 500, 500, 500].map((item, i) => {
|
|
|
- return {
|
|
|
- value: item,
|
|
|
- itemStyle: {
|
|
|
- color: "rgba(0,0,0,0)",
|
|
|
- barBorderColor: zdslColorList[i],
|
|
|
- borderWidth: 1,
|
|
|
- shadowColor: "#33CCFF",
|
|
|
- shadowBlur: 4
|
|
|
- }
|
|
|
- }
|
|
|
- }),
|
|
|
+ series: {
|
|
|
+ name: "泡沫液", //这个是Bar图
|
|
|
+ type: 'bar',
|
|
|
+ barWidth: 10,
|
|
|
+ data: that.data_pmy_value
|
|
|
},
|
|
|
- {
|
|
|
- name: "受理数", //这个是Bar图
|
|
|
- type: 'bar',
|
|
|
- yAxisIndex: 1,
|
|
|
- barWidth: "10%",
|
|
|
- data: [150, 298, 206, 75, 154]
|
|
|
- }
|
|
|
- ],
|
|
|
itemStyle: {
|
|
|
color: function (params) {
|
|
|
return zdslColorList[params.dataIndex]
|