I am using diagram.save

 Hi, I am using following for saving the diagram in json-string. 
      this.SaveDiagramJson(this.diagram.saveDiagram());

For loading,
this.diagram.loadDiagram("Json string which saved in database")

Now, in case of node, when I create a node and load the diagram I am getting its same state, but in case of connector I am not getting the text of the connector, only getting link connected between the two steps without text.

Please help to resolve the issue I am in need the text of link as well

1 Reply

GG Gowtham Gunashekar Syncfusion Team June 3, 2020 12:25 PM UTC

Hi RakhiS, 
 
We could not able to reproduce the reported issue at our end and we have added a sample link to demonstrate how to save and load the diagram. 
 
 
 
If we misunderstood your requirement, please share us more details like demo JSON of the diagram. This will be helpful for us to proceed further. 
 
Regards, 
Gowtham G 
 


Loader.
Up arrow icon