seeksdream / relation-graph

relation-graph is a relationship graph display component that supports Vue2, Vue3, React. Allowing you to fully customize the graphical elements using HTML/CSS and Vue or React components through slots. 支持Vue和React的 关联关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。
https://relation-graph.com
MIT License
1.9k stars 491 forks source link

版本号2.26无法支持在links线条的数组item里面使用isHide属性进行线条的隐藏修改。 #379

Open fuyuneryi opened 1 month ago

fuyuneryi commented 1 month ago

通过 getLinks() 获取到的数据无法在遍历的时候使用isHide属性进行隐藏,但是在2.1版本这个属性是可以生效的。如果有新的隐藏线条的方法可以回复一下吗 谢谢