首页 前端知识 Error in mounted hook: “ReferenceError: echarts is not defined“的解决方法

Error in mounted hook: “ReferenceError: echarts is not defined“的解决方法

2024-07-20 17:07:47 前端知识 前端哥 491 810 我要收藏

Error in mounted hook: “ReferenceError: echarts is not defined“的解决方法

  • 欢迎使用Markdown编辑器
    • 还有一种办法问题就是

欢迎使用Markdown编辑器

如果这文章的方法还没解决问题
文字地址:https://blog.csdn.net/qq_52359462/article/details/115317350

还有一种办法问题就是

series: [
    {
      // name: '采购项目提报',
      type: 'bar',
      barWidth: 20,
      zlevel: 2,
      itemStyle: {
        normal: {
          color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
            offset: 0,
            color: '#01B1FF'
          }, {
            offset: 1,
            color: '#033BFF'
          }], false)
        }
      },
      label: {
        normal: {
          show: true,
          fontSize: 13,
          color: '#14B6F3',
          position: 'top',
        }
      },
      data: [90, 70, 98, 97, 96, 70]
    }]

主语这里的写法:

  1. ** new echarts.** ,color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [;
  2. 修改为 **new this. e c h a r t . ∗ ∗ c o l o r : n e w t h i s . echart.** color: new this. echart.color:newthis.echarts.graphic.LinearGradient(0, 0, 0, 1,;
转载请注明出处或者链接地址:https://www.qianduange.cn//article/14055.html
标签
评论
发布的文章

HTML5 移动开发秘籍(一)

2024-08-05 23:08:12

【HTML5系列教程】

2024-08-05 23:08:12

HTML5面试题

2024-08-05 23:08:06

JQuery基础---01

2024-08-05 23:08:34

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!