feat(frontend):Echarts tooltip限制在图表区域内

This commit is contained in:
junjie 2021-05-19 17:37:07 +08:00
parent b55c065554
commit d6f799aea2

View File

@ -48,6 +48,7 @@ export const DEFAULT_LABEL = {
export const DEFAULT_TOOLTIP = {
show: true,
trigger: 'item',
confine: true,
textStyle: {
fontSize: '10',
color: '#909399'