king
2020-12-03 753ac5f57b10588e225c1d82203b13a81bc9c9a7
src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -1160,7 +1160,7 @@
    }
    if (plot.linkmenu && plot.linkmenu.length > 0) {
      let menu_id = plot.linkmenu[plot.linkmenu.length - 1]
      let menu_id = plot.linkmenu.slice(-1)[0]
      let menu = this.props.permMenus.filter(m => m.MenuID === menu_id)[0] || ''
      chart.on('element:dblclick', (ev) => {