|
|
|
|
@ -718,6 +718,11 @@ const option4 = ref({
|
|
|
|
|
name: '下发数', |
|
|
|
|
type: 'bar', |
|
|
|
|
data: [], |
|
|
|
|
label: { |
|
|
|
|
show: true, |
|
|
|
|
position: 'right', |
|
|
|
|
color:'#fff' |
|
|
|
|
}, |
|
|
|
|
itemStyle: { |
|
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ |
|
|
|
|
offset: 0, |
|
|
|
|
@ -729,6 +734,11 @@ const option4 = ref({
|
|
|
|
|
name: '查实数', |
|
|
|
|
type: 'bar', |
|
|
|
|
data: [], |
|
|
|
|
label: { |
|
|
|
|
show: true, |
|
|
|
|
position: 'right', |
|
|
|
|
color:'#fff' |
|
|
|
|
}, |
|
|
|
|
itemStyle: { |
|
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, |
|
|
|
|
[{offset: 0, color: 'rgba(255,218,51,0.52)'}, |
|
|
|
|
@ -739,6 +749,11 @@ const option4 = ref({
|
|
|
|
|
name: '办结数', |
|
|
|
|
type: 'bar', |
|
|
|
|
data: [], |
|
|
|
|
label: { |
|
|
|
|
show: true, |
|
|
|
|
position: 'right', |
|
|
|
|
color:'#fff' |
|
|
|
|
}, |
|
|
|
|
itemStyle: { |
|
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ |
|
|
|
|
offset: 0, |
|
|
|
|
|