@ramesh1 wrote:
I have requirement to display the image when user clicking next or previous in button. I have saved gojs data in json array and rending in the browser. The JSON array contains image data and it is not displayed as expected. i have contain number of image data and some of image is not displayed in IE11.9 version . I am getting Indexsize Error when clicking navigation button.
Please find the code below and screen shot for your reference.{ "class": "go.GraphLinksModel", "nodeDataArray": [ {"category":"DocImage", "path":"/Upload/UploadHandler.ashx?f=bc8e2865-74fd-49ba-9712-d5dae87b08a5_WI-THT-103190-REVK-A052-page-001.jpg&repository=document", "nodeName":"WI-THT-103190-REVK-A052-page-001", "nodeId":"5", "key":-1, "loc":"15.125 16", "zOrder":1, "desiredSize":{"class":"go.Size", "width":955, "height":555}, "imageMaxSize":{"class":"go.Size", "width":"NaN", "height":"NaN"}, "imageStretch":{"class":"go.EnumValue", "classType":"GraphObject", "name":"Fill"}} ], "linkDataArray": []}Please advise on this.
Posts: 2
Participants: 2


