eCharts图形在IE11中不能渲染
时间:2021-09-15 17:20:36
收藏:0
阅读:27
一:需用引用echarts.js;
二:要在eCharts在IE兼容模式中显示,需要指定meta元素中放入X-UA-Compatible ie=edge 标头如下:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
echarts使用目前的办法,依旧在ie9的浏览器上有兼容性问题
原文:https://www.cnblogs.com/chencnblogs/p/15267370.html
评论(0)