使用Echarts时报错:Cannot read property 'getAttribute' of null

Error:Cannot read property 'getAttribute' of null

寻找原因: 

    <1> 查看调用使用图表的id是否正确

    <2> 不要将echarts.js文件放在 里面,容易阻塞后面的html,放在之前。

    <3> vue中使用:echarts.init()应该放在mounted()中,否则获取不到dom.  (我遇到的是这种)


错误详情: 页面是空白,控制台报错: 

解决代码:

你可能感兴趣的:(使用Echarts时报错:Cannot read property 'getAttribute' of null)