|
Hi, \nAm trying to set the position of nodes by parsing an xml(saved in server side). \nWhen I do,\ngraph.insertVertex(parent, null, $(this).attr("id"),$(this).find('geometry').attr("x"),$(this).find('geometry').attr("y"),50,50); \nGraph is displayed correctly at first. When zoomed or panned, the entire graph disappears. \nIn IE, i get the following error:\nMessage: Invalid argument.\nLine: 5\nChar: 522664\nCode: 0\nURI: http://mxclient.jgraph.com/demo/mxgraph/src/js/mxclient.php?version=1.8.0.3 \nThanks in advance. |
|
How many cells are in the graph? Can you provide a minimal example to reproduce this? |
|
There are 6 cells in the Graph. \n\nFurther Info:\nSample json : {"x":100, "y":100} \nThe graph disappears even when i drag a cell. |