1

Is there any way to export d3 output to a Visio file?

MeanGreen
  • 3,098
  • 5
  • 37
  • 63
  • 1
    i think you can't. you can export to an image as mentioned here: http://stackoverflow.com/questions/3975499/convert-svg-to-image-jpeg-png-etc-in-the-browser – Shekhar Joshi Jun 23 '15 at 11:20

1 Answers1

0

Output of d3.js is normally an SVG file. You can open SVG files in Visio using File -> Open

Nikolay
  • 10,752
  • 2
  • 23
  • 51
  • You can open SVG and then save it as VDX using Visio 2003-2010. Note that VDX format is deprecated now and not supported for saving in Visio 2013. – Nikolay Jun 24 '15 at 09:45