mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix(图表): 修复双轴图柱图没有点击事件问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user