xiangyangersheng 2021-04-08 11:31 采纳率: 0%
浏览 236

TypeError:Cannot read property 'hide' of undefined

import ReactEcharts from 'echarts-for-react' 当包含此组件的页面返回时,会报错”TypeError: Cannot read property 'hide' of undefined“,但是并没有使用hide 相关的函数,查找不到错误点。

const trendoption = { width: '100%', height: '50%', color: '#00AEFF', grid: { // top: '50%', left: '-3%', right: '0%', bottom: '20%', containLabel: true, }, xAxis: [ { type: 'category', axisLine: { show: false, }, axisTick: { show: false, }, data: [m11, m22, m33], }, ], yAxis: [ { type: 'value', show: false, }, ], tooltip : { trigger: 'axis', axisPointer : { type : 'shadow' } }, series: [ { label: { normal: { show: true, position: 'top', }, }, name: ['Count'], type: 'bar', width: '100%', symbolSize: 20, data: [m1, m2, m3], }, ], }

const option = { tooltip: { show: false, trigger: 'item' }, color: '#00AEFF', radar: { name: { textStyle: { color: '#999', borderRadius: 3, padding: [5, 3], }, }, indicator: [ { name: 'T', max: 100 }, { name: 'Q', max: 100 }, { name: 'R', max: 100 }, { name: 'D', max: 100 }, { name: 'C', max: 100 }, ], }, grid: { x: 50, y: 50, x2: 50, y2: 50, }, series: [{ type: 'radar', splitLine: { lineStyle: { type: 'dashed' } }, label: { normal: { show: true, position: 'top', }, }, splitArea: { show: false }, lineStyle: { color: '#00AEFF' }, data: [ { name: title, value: data, }, ], }], }

What is expected? 希望当跳转页面时,Charts并不会报错‘hide’

What is actually happening? 实际上报错了。TypeError: Cannot read property 'hide' of undefined

该提问来源于开源项目:hustcc/echarts-for-reac

  • 写回答

2条回答 默认 最新

  • 有问必答小助手 2021-04-08 16:23
    关注

    你好,我是有问必答小助手。为了技术专家团更好地为您解答问题,烦请您补充下(1)问题背景详情,(2)您想解决的具体问题,(3)问题相关代码图片或者报错信息。便于技术专家团更好地理解问题,并给出解决方案。

    您可以点击问题下方的【编辑】,进行补充修改问题。

    评论

报告相同问题?

悬赏问题

  • ¥100 有能够实现人机模式的c/c++代码,有图片背景等,能够直接进行游戏
  • ¥20 校园网认证openwrt插件
  • ¥15 以AT89C51单片机芯片为核心来制作一个简易计算器,外部由4*4矩阵键盘和一个LCD1602字符型液晶显示屏构成,内部由一块AT89C51单片机构成,通过软件编程可实现简单加减乘除。
  • ¥15 求GCMS辅导数据分析
  • ¥30 SD中的一段Unet下采样代码其中的resnet是谁跟谁进行残差连接
  • ¥15 Unet采样阶段的res_samples问题
  • ¥60 Python+pygame坦克大战游戏开发实验报告
  • ¥15 R语言regionNames()和demomap()无法选中中文地区的问题
  • ¥15 Open GL ES 的使用
  • ¥15 我如果只想表示节点的结构信息,使用GCN方法不进行训练可以吗