使用ecahrts的官方实例的echarts.js:11954 Uncaught Error: series.type should be specified. at Function.ent

Posted 喜欢二福的沧月君

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用ecahrts的官方实例的echarts.js:11954 Uncaught Error: series.type should be specified. at Function.ent相关的知识,希望对你有一定的参考价值。

由于使用echats的图表,而直接把官方实例c过来的时候,图表加载不出来。

浏览器按f12显示这样的错

echarts.js:11954 Uncaught Error: series.type should be specified.
    at Function.entity.getClass (echarts.js:11954)
    at ExtendedClass.<anonymous> (echarts.js:20753)
    at Array.forEach (<anonymous>)
    at each$1 (echarts.js:528)
    at ExtendedClass.visitComponent (echarts.js:20736)
    at Function.entity.topologicalTravel (echarts.js:17832)
    at ExtendedClass.mergeOption (echarts.js:20706)
    at ExtendedClass.initBase (echarts.js:21237)
    at ExtendedClass.resetOption (echarts.js:20648)
    at ExtendedClass.setOption (echarts.js:20630)

 发生错误的位置:

根据提示,是这的错误,需要自己加载option

所以加上一句话,也就是这样:解决办法

 

以上是关于使用ecahrts的官方实例的echarts.js:11954 Uncaught Error: series.type should be specified. at Function.ent的主要内容,如果未能解决你的问题,请参考以下文章

echarts js报错 Cannot read property 'getAttribute' of null

初识ECharts

echarts图形化展示

Echarts入门教程精简实用系列

echarts-gl.js(1.0.0-beta)和echarts.js(3.8.4)

ECharts动态加载堆叠柱状图的实例