forked from github/dataease
feat(frontend):Echarts tooltip限制在图表区域内
This commit is contained in:
parent
b55c065554
commit
d6f799aea2
@ -48,6 +48,7 @@ export const DEFAULT_LABEL = {
|
||||
export const DEFAULT_TOOLTIP = {
|
||||
show: true,
|
||||
trigger: 'item',
|
||||
confine: true,
|
||||
textStyle: {
|
||||
fontSize: '10',
|
||||
color: '#909399'
|
||||
|
Loading…
Reference in New Issue
Block a user