forked from github/dataease
Merge pull request #5427 from dataease/pr@dev@fix_echarts_tooltip_covered
fix(视图-提示): 修复 echarts 提示被遮挡。
This commit is contained in:
commit
213b2b4d71
@ -396,6 +396,9 @@ export default {
|
||||
chart_option.legend['pageIconInactiveColor'] = '#8c8c8c'
|
||||
}
|
||||
}
|
||||
if (chart_option.tooltip) {
|
||||
chart_option.tooltip.appendToBody = true
|
||||
}
|
||||
this.myEcharts(chart_option)
|
||||
this.$nextTick(() => (this.linkageActive()))
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user