posted 8 years ago
hi,i tried with JSTL ..
index.jsp
main.jsp
when i run this with d3.v3.min js
in index console it shows Uncaught TypeError: Cannot read property 'diagonal' of undefined
where main.jsp console is blank..
Is there any wrong in getting jsp result into d3. (i.e) treeData = "${text}";
when i run this with d3.v4.min
in index console it shows
Uncaught TypeError: Cannot read property 'prelim' of undefined
at Function.n [as nodes] (dd.js:4)
at update (index1.jsp:166)
at index1.jsp:332
whereas main.jsp console is blank..
what should i do...???