echarts与360的兼容性echarts 配置项内容和展示

echarts 3.7.1和echarts-gl 1.0.0-beta.5在firefox和chrome下都没有问题,但是在360极速模式下就有问题 Uncaught TypeError: Cannot read property 'length' of undefined at LayerGL.refresh (echarts-gl.js:37060) at Painter.refresh (echarts.js:22916) at ZRender.refreshImmediately (echarts.js:20115) at ZRender.flush (echarts.js:20140) at Object.update (echarts.js:3374) at Animation._update (echarts.js:21865) at step (echarts.js:21879) 和类似的问题 Uncaught TypeError: Cannot read property 'indexOf' of undefined at LayerGL.addView (http://test.oilgaslink.com/static/js/echarts-gl.js:36949:35) at http://test.oilgaslink.com/static/js/echarts-gl.js:27118:25 at http://test.oilgaslink.com/static/js/echarts.js:2702:29 at Array.forEach (native) at each (http://test.oilgaslink.com/static/js/echarts.js:3257:18) at http://test.oilgaslink.com/static/js/echarts.js:2701:22 at HashMap.each (http://test.oilgaslink.com/static/js/echarts.js:3579:25) at ExtendedClass.eachComponent (http:

配置项如下
      <script type="text/javascript" src="/static/js/echarts.js"></script>
<script type="text/javascript" src="/static/js/echarts-gl.js"></script>
<script type="text/javascript" src="/static/js/start-echarts.js"></script>
    
截图如下