简体   繁体   中英

How to export a mxGraph to a visio diagram?

I've implemented a graph using mxGraph libraries. Is there any way to export this graph to visio?

mxGraph doesn't support that functionality. draw.io does have export to .vsdx, however.

You must do it by youself.Here is the step:

  1. Encode the graph to xml.

  2. Trans the xml to your own object.

  3. Draw it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM