Compare commits

..

No commits in common. "a76d95e089868d8450b3869e45e9a7166f55847a" and "36661e800f387ff555899b17ff3085e024649cbd" have entirely different histories.

1 changed files with 4 additions and 42 deletions

View File

@ -375,60 +375,28 @@
name: '',
axisLabel:{
color:'#fff'
},
label: {
show: true,
position: 'top',
color: '#FFFFFF',
formatter: '{c}分'
},
}
},
series: [
{
name: '日常考核指标',
showBackground: true,
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{offset: 0, color: '#0096FF'},
{offset: 1, color: '#66F4FF'}
])
},
type: 'bar',
tooltip: {
valueFormatter: function (value) {
return value + ' 分';
}
},
data: sData1,
label: {
show: true,
position: 'top',
color: '#FFFFFF',
formatter: '{c}分'
},
data: sData1
},
{
name: '季度考核指标',
showBackground: true,
itemStyle: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
{offset: 0, color: '#0096FF'},
{offset: 1, color: '#66F4FF'}
])
},
type: 'bar',
tooltip: {
valueFormatter: function (value) {
return value + ' 分';
}
},
data: sData2,
label: {
show: true,
position: 'top',
color: '#FFFFFF',
formatter: '{c}分'
},
data: sData2
},
]
};
@ -557,13 +525,7 @@
type: 'line',
areaStyle: {
color:'#02abe0'
},
label: {
show: true,
position: 'top',
color: '#FFFFFF',
formatter: '{c}分'
},
}
}
]
};