Vis js 不适用于 IE10
Vis js not working on IE10
我正在尝试 运行 this 基本 vis.js 示例。在 Chrome 和 Firefox 上 运行 没问题,但是在 Internet Explorer 10 上 运行ning 时它给了我错误:
SCRIPT5007: Unable to get property 'emitter' of undefined or null reference
vis.js, line 34467 character 7
这是截图:
请告诉我有什么可能的解决方法?
Vis.js does not support IE9-IE10. You could try downgrading e.g. to vis.js@4.12.0.
在 vis.js@4.18.1 中,问题似乎已解决。
我正在尝试 运行 this 基本 vis.js 示例。在 Chrome 和 Firefox 上 运行 没问题,但是在 Internet Explorer 10 上 运行ning 时它给了我错误:
SCRIPT5007: Unable to get property 'emitter' of undefined or null reference
vis.js, line 34467 character 7
这是截图:
请告诉我有什么可能的解决方法?
Vis.js does not support IE9-IE10. You could try downgrading e.g. to vis.js@4.12.0.
在 vis.js@4.18.1 中,问题似乎已解决。