I've implemented a graph using mxGraph libraries. Is there any way to export this graph to visio?
Asked
Active
Viewed 756 times
2 Answers
2
mxGraph doesn't support that functionality. draw.io does have export to .vsdx, however.

Frodo Baggins
- 8,290
- 6
- 45
- 55
1
You must do it by youself.Here is the step:
Encode the graph to xml.
Trans the xml to your own object.
Draw it.

Administrator
- 116
- 1
- 10