antv/x6 边添加鼠标悬浮高亮和删除功能 效果 添加悬浮效果和删除工具 取消悬浮效果 边删除后的回调函数 效果 添加悬浮效果和删除工具 this.graph.on('edge:mouseenter', ({ cell }) => { let cellId = cell.store.data.source.cell let sourceCell = _this.graph.getCellById(cellId) cell.attr('line', { stroke: '#cf1322', strokeWidth: 4