Xml2Tree icon indicating copy to clipboard operation
Xml2Tree copied to clipboard

d3 is not defined

Open hvkooten opened this issue 7 years ago • 2 comments

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

hvkooten avatar Jan 23 '19 09:01 hvkooten

It looks like not all the code which is in xml2tree.min.js is in xml2tree.js Is there a newer version?

hvkooten avatar Jan 30 '19 18:01 hvkooten

@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.

mmaltsev avatar Apr 18 '19 14:04 mmaltsev