NEZ-1090 fix:Line Chart 按钮悬停信息被遮挡
This commit is contained in:
@@ -666,7 +666,7 @@ export default {
|
|||||||
},
|
},
|
||||||
tooltip: { // 和 option.tooltip 的配置项相同
|
tooltip: { // 和 option.tooltip 的配置项相同
|
||||||
show: true,
|
show: true,
|
||||||
position: 'top',
|
position: 'bottom',
|
||||||
formatter: function (param) {
|
formatter: function (param) {
|
||||||
return param.title // 自定义的 DOM 结构
|
return param.title // 自定义的 DOM 结构
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1005,7 +1005,7 @@ export default {
|
|||||||
deleteMessage () {}
|
deleteMessage () {}
|
||||||
},
|
},
|
||||||
destroyed () {
|
destroyed () {
|
||||||
localStorage.removeItem('endpointProjectId')
|
localStorage.removeItem('alertMessageProjectId')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user