forked from github/dataease
fix(图表): 修复双轴图柱图没有点击事件问题
This commit is contained in:
parent
0c7ad95c9e
commit
722e3be362
@ -124,6 +124,7 @@ export class ColumnLineMix extends G2PlotChartView<DualAxesOptions, DualAxes> {
|
||||
const newChart = new DualAxes(container, options)
|
||||
|
||||
newChart.on('point:click', action)
|
||||
newChart.on('interval:click', action)
|
||||
|
||||
return newChart
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user