mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
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