jit icon indicating copy to clipboard operation
jit copied to clipboard

treemap not rendered in IE7, But in Mozilla and crome.

Open akbarmahrat opened this issue 14 years ago • 1 comments

while loading treemap. It throwing script error"Id cant be null" in addAdjacence function of JIT.js. No treemap rendered in IE7, but it rendered in mozilla and crome browser.

$jit.version = '2.0.0b';

Line: 4027 Char:14 Error: 'id' is null or not an object. Code: 0

akbarmahrat avatar Jul 26 '11 10:07 akbarmahrat

I'm pretty sure this has to be with the JSON data structure you're using in the example. Please check the ids of the nodes in that structure.

If it's not too large you can post it here I guess.

On Tue, Jul 26, 2011 at 3:08 AM, akbarmahrat [email protected] wrote:

while loading treemap. It throwing script error"Id cant be null" in addAdjacence function of JIT.js. No treemap rendered in IE7, but it rendered in mozilla and crome browser.

$jit.version = '2.0.0b';

Line: 4027 Char:14 Error: 'id' is null or not an object. Code: 0

Reply to this email directly or view it on GitHub: https://github.com/philogb/jit/issues/73

Nicolas Garcia Belmonte - http://philogb.github.com/

philogb avatar Jul 26 '11 18:07 philogb