Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メソッドmoveCellsを認識していますが、セルを(相対デルタではなく)新しい絶対位置に移動したいと考えています。ジオメトリの複製と更新を試みましたが、成功しませんでした:
var geo = graph.getCellGeometry(cell).clone(); geo.x = 10; model.setGeometry(cell, geo);
私は何が欠けていますか?