How to make arbor.js work on Internet Explorer?

1.9k Views Asked by At

I have developed neo4j web interface using Arbor.js. Later i found it is not displaying the graph in any version of Internet Explorer, not even in IE10.

While searching in google came to this website and they are showing the arbor graph in IE. Can any tell me how to make arbor.js work on IE.

1

There are 1 best solutions below

0
On BEST ANSWER

Looking on GitHub, I discovered a fork by ende76 which contains fixes for IE9+. I haven't tested it, though. Also see this pull request which has another branch with different IE fixes, and look tested (as of 2 years ago). There are two other issues ([9], [13]) open which have some comments on IE8/9 compatibility.

However, you might want to look at choosing a different library. Besides the obvious disadvantages in using an unsupported and apparently abandoned library, there are various issues detailing performance and stability issues in other browsers.