优化
This commit is contained in:
parent
02d595efc2
commit
3de4e8600b
@ -132,6 +132,12 @@ export default {
|
||||
trigger: 'axis',
|
||||
axisPointer: {
|
||||
type: 'shadow'
|
||||
},
|
||||
formatter (params) {
|
||||
console.log('params: ', params)
|
||||
for (let x in params) {
|
||||
return '考核部门:' + params[x].axisValueLabel + '<br/>考核人数:' + params[x].value
|
||||
}
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user