Compare commits
No commits in common. "a76d95e089868d8450b3869e45e9a7166f55847a" and "36661e800f387ff555899b17ff3085e024649cbd" have entirely different histories.
a76d95e089
...
36661e800f
|
@ -375,60 +375,28 @@
|
||||||
name: '',
|
name: '',
|
||||||
axisLabel:{
|
axisLabel:{
|
||||||
color:'#fff'
|
color:'#fff'
|
||||||
},
|
}
|
||||||
label: {
|
|
||||||
show: true,
|
|
||||||
position: 'top',
|
|
||||||
color: '#FFFFFF',
|
|
||||||
formatter: '{c}分'
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
name: '日常考核指标',
|
name: '日常考核指标',
|
||||||
showBackground: true,
|
|
||||||
itemStyle: {
|
|
||||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
||||||
{offset: 0, color: '#0096FF'},
|
|
||||||
{offset: 1, color: '#66F4FF'}
|
|
||||||
])
|
|
||||||
},
|
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
tooltip: {
|
tooltip: {
|
||||||
valueFormatter: function (value) {
|
valueFormatter: function (value) {
|
||||||
return value + ' 分';
|
return value + ' 分';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data: sData1,
|
data: sData1
|
||||||
label: {
|
|
||||||
show: true,
|
|
||||||
position: 'top',
|
|
||||||
color: '#FFFFFF',
|
|
||||||
formatter: '{c}分'
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '季度考核指标',
|
name: '季度考核指标',
|
||||||
showBackground: true,
|
|
||||||
itemStyle: {
|
|
||||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
|
||||||
{offset: 0, color: '#0096FF'},
|
|
||||||
{offset: 1, color: '#66F4FF'}
|
|
||||||
])
|
|
||||||
},
|
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
tooltip: {
|
tooltip: {
|
||||||
valueFormatter: function (value) {
|
valueFormatter: function (value) {
|
||||||
return value + ' 分';
|
return value + ' 分';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data: sData2,
|
data: sData2
|
||||||
label: {
|
|
||||||
show: true,
|
|
||||||
position: 'top',
|
|
||||||
color: '#FFFFFF',
|
|
||||||
formatter: '{c}分'
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
@ -557,13 +525,7 @@
|
||||||
type: 'line',
|
type: 'line',
|
||||||
areaStyle: {
|
areaStyle: {
|
||||||
color:'#02abe0'
|
color:'#02abe0'
|
||||||
},
|
}
|
||||||
label: {
|
|
||||||
show: true,
|
|
||||||
position: 'top',
|
|
||||||
color: '#FFFFFF',
|
|
||||||
formatter: '{c}分'
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue