I currently do visualizations in my web application based on the D3.js framework. I can export these visualizations (force directed graphs and trees) to SVG format easily, but I would like to export them into Visio format and have the connections stay anchored to the device objects. I am looking for a way to write the code necessary to grab the X,Y coordinates of the Nodes and Links and export them as connected pairs to the Microsoft Visio XML format.
What I am trying to do is d3.js -> php export solution. Basically the current layout of the d3.js map needs to be submitted to a php script that then handles the export and generates the XML Visio file to download.
Does anyone have any experience with this or can point me to a solution to work with?
Thank you for your time.
No comments:
Post a Comment