Xml2Tree
Xml2Tree copied to clipboard
d3 is not defined
While running in IIS, this error is thrown: Uncaught ReferenceError: d3 is not defined at drawTree (xml2tree.js:380) at xml2tree (xml2tree.js:41) at test.htm:15
It looks like not all the code which is in xml2tree.min.js is in xml2tree.js Is there a newer version?
@hvkooten Sorry for a late response. Yes, xml2tree.min.js also consists of a minified version of the D3 JS library. I renamed the file to xml2tree_d3.min.js in order to have less confusion in the future.