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