antvis / G6VP

G6VP is an online visual analysis tool for graphs and a low-code platform for building graph applications.
https://insight.antv.antgroup.com
Apache License 2.0
800 stars 109 forks source link

fix: fix issue that may cause ilouvain crash which object is not extensible #456

Closed Aarebecca closed 1 year ago

Aarebecca commented 1 year ago

@antv/algorithm 中 ilouvain 算法会修改原始图数据,写入 node.properties.nodeType 属性,可能会出现无法写入的情况,导致异常:

Cannot add property nodeType, object is not extensible