echarts

echarts 自定义工具不显示原因:

格式必须是:  icon : ' image://(图片/图标的路径) ' 

 var myChartLine = echarts.init(document.getElementById('chartLine'));
  var optionLine = {
      title: {
          text: '数据变化情况',
      },
      color: ['#B4A08A','#FF3770', '#383838', '#9262A8', '#4484F2','#EFBF0B','#00CD2E'],
      tooltip: {//提示
          trigger: 'axis'
      },
      toolbox: {//工具
          feature: {
               myTool1: {
                  show: true,
                  title: 'week',
                  icon: 'image://imgs/week.png',
                  onclick: function (){
                    httpLineFun("week") 
                  },  
               },
                myTool2: {
                  show: true,
                  title: 'month',
                  icon: 'image://imgs/month.png',
                  itemSize:80,                  
                  onclick: function (){
                     httpLineFun("month")
                  }
                },
                 myTool3: {
                  show: true,
                  title: 'year',
                  icon: 'image://imgs/year.png',
                  onclick: function (){
                      httpLineFun("year")
                  }
                },
          },
          right:'10%',
      },
      legend: {
          data:topTip,
          top:50,
      },
      grid: {
          left: '3%',
          right: '4%',
          bottom: '3%',
          containLabel: true,
          top:'30%'
      },
      xAxis: {//x轴
          type: 'category',
          boundaryGap: false,
          data: time
      },
      yAxis: {//y轴
          type: 'value'
      },
      series: linemes
  };
   myChartLine.setOption(optionLine);

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值