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

数据大屏

parent ed7b4d4f
...@@ -47,7 +47,8 @@ const option = { ...@@ -47,7 +47,8 @@ const option = {
axisLabel: { axisLabel: {
show: true, show: true,
textStyle: { textStyle: {
color: '#fff' color: '#fff',
fontSize: '14'
}, },
}, },
splitLine: { splitLine: {
...@@ -69,7 +70,7 @@ const option = { ...@@ -69,7 +70,7 @@ const option = {
axisLabel: { axisLabel: {
textStyle: { textStyle: {
color: '#ffffff', color: '#ffffff',
fontSize: '12' fontSize: '14'
}, },
}, },
data:salvProValue data:salvProValue
......
...@@ -104,13 +104,13 @@ const option = { ...@@ -104,13 +104,13 @@ const option = {
} }
} }
}, },
barWidth: 60, barWidth: 50,
data: salvProValue data: salvProValue
}, },
{ {
name: '背景', name: '背景',
type: 'bar', type: 'bar',
barWidth: 60, barWidth: 50,
barGap: '-100%', barGap: '-100%',
data: salvProMax, data: salvProMax,
itemStyle: { 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