一:需用引用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的浏览器上有兼容性问题