antvis / Graphin

A React toolkit for graph visualization based on G6
https://graphin.antv.antgroup.com
MIT License
980 stars 263 forks source link

fix: Legend doesn't work when BindType='edge' #526

Open 4nix opened 5 months ago

4nix commented 5 months ago

471

组件中如果绑定的type为'edge', 会触发edge没有getEdges方法的错误,导致在过滤edge的过程中只会匹配第一个匹配的边,后续的边无法匹配