|
|
@@ -75,7 +75,7 @@ export default {
|
|
|
{
|
|
|
name: '投入',
|
|
|
type: 'bar',
|
|
|
- barWidth: 15,
|
|
|
+ barWidth: 20,
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
},
|
|
|
@@ -91,7 +91,7 @@ export default {
|
|
|
{
|
|
|
name: '产出',
|
|
|
type: 'bar',
|
|
|
- barWidth: 15,
|
|
|
+ barWidth: 20,
|
|
|
stack: 'Ad',
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
name: '不良',
|
|
|
type: 'bar',
|
|
|
stack: 'Ad',
|
|
|
- barWidth: 10,
|
|
|
+ barWidth: 20,
|
|
|
data:[],
|
|
|
//data: [12, 22, 32, 12, 32, 12, 32],
|
|
|
emphasis: {
|
|
|
@@ -126,7 +126,7 @@ export default {
|
|
|
{
|
|
|
name: 'UPPH',
|
|
|
type: 'bar',
|
|
|
- barWidth: 15,
|
|
|
+ barWidth: 20,
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
},
|
|
|
@@ -167,7 +167,8 @@ export default {
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
|
}
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
name: 'UPH',
|
|
|
type: 'line',
|
|
|
barWidth: 15,
|
|
|
@@ -178,20 +179,25 @@ export default {
|
|
|
},lineStyle: {
|
|
|
width: 3
|
|
|
},
|
|
|
- label: {
|
|
|
- show: true,
|
|
|
- position: 'top',
|
|
|
- fontSize:14,
|
|
|
- fontWeight: "bold",
|
|
|
- color: "#ea7ccc"
|
|
|
- },
|
|
|
+ /* label: {
|
|
|
+ show: true,
|
|
|
+ position: 'top',
|
|
|
+ fontSize:14,
|
|
|
+ fontWeight: "bold",
|
|
|
+ color: "#ea7ccc",
|
|
|
+ },*/
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
|
barBorderRadius: 6,
|
|
|
- color: "#ea7ccc"
|
|
|
+ color: "#ea7ccc",
|
|
|
+ /* color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
|
+ { offset: 0, color: "rgba(156,107,211,0.8)" },
|
|
|
+ { offset: 0.2, color: "rgba(156,107,211,0.5)" },
|
|
|
+ { offset: 1, color: "rgba(156,107,211,0.2)" }
|
|
|
+ ])*/
|
|
|
}
|
|
|
- },
|
|
|
- }
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
};
|