forked from github/dataease
Merge pull request #10536 from ulleo/dev-v2
fix(图表): 修复分组柱线组合图联动目标数据底色无法恢复问题
This commit is contained in:
commit
9f2083bc63
@ -154,11 +154,7 @@ export class ColumnLineMix extends G2PlotChartView<DualAxesOptions, DualAxes> {
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'active-region',
|
||||
cfg: {
|
||||
start: [{ trigger: 'element:mousemove', action: 'active-region:show' }],
|
||||
end: [{ trigger: 'element:mouseleave', action: 'active-region:hide' }]
|
||||
}
|
||||
type: 'active-region'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user