Commit 079eabc8 authored by 沈翠玲's avatar 沈翠玲

数据大屏

parent ed7b4d4f
......@@ -47,7 +47,8 @@ const option = {
axisLabel: {
show: true,
textStyle: {
color: '#fff'
color: '#fff',
fontSize: '14'
},
},
splitLine: {
......@@ -69,7 +70,7 @@ const option = {
axisLabel: {
textStyle: {
color: '#ffffff',
fontSize: '12'
fontSize: '14'
},
},
data:salvProValue
......
......@@ -104,13 +104,13 @@ const option = {
}
}
},
barWidth: 60,
barWidth: 50,
data: salvProValue
},
{
name: '背景',
type: 'bar',
barWidth: 60,
barWidth: 50,
barGap: '-100%',
data: salvProMax,
itemStyle: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment