antvis / layout

Layout algorithms for graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react中使用layout

qinze118 opened this issue · comments

react中使用layout时,属性无法扩展报错,是不支持react吗
报错信息:Cannot add property x, object is not extensible
报错代码: nodes[i].x = coord.x! + dBegin[0]; nodes[i].y = coord.y! + dBegin[1];