Scenario:
- Create Diagram:
After completed the drawing of diagram,I am getting mxGrpah XML nodes from graph and storing in to the database.
- Edit Diagram:
User can view/edit the existing diagram, here I'm retrieving all XML nodes from database, combined and binding to the graph. While loading the page all the shape colors are showing in to blue
Question:
I have not change any style attributes, also not sure about why it's displaying in blue color. Is there any workaround to retain the original color?