echarts实现如下图功能代码

这里写自定义目录标题


在这在这里插入图片描述
里插入图片描述

 const  option = {
        tooltip: {
          trigger: 'axis'
        },
        legend: {
          left: "-1px",
          top:'15px',
          type: "scroll",
          icon:'rect',
          data:  [
              {name:'1', 
                textStyle:{color: theme?"#E5EAF3":'#303133',fontSize:14}
              }, 
              {name: '2', 
                textStyle:{color: theme?"#E5EAF3":'#303133',fontSize:14}
              },
              {name: '3',
                textStyle:{color: theme?"#E5EAF3":'#303133',fontSize:14},itemStyle:{borderWidth:[5,10]}
              }
            ],
            itemWidth:14,itemHeight:4
        },
        grid: {
          left: '2px',
          right: '3',
          bottom: '3%',
          containLabel: true
        },
        xAxis: {
          type: 'category',
          data:state.timeDate,
          axisLine:{            
            show: true ,
            lineStyle:{
              color:theme?'#474747':'#a8abb2',
            },
            onZero:false,
          },
          axisLabel: {
                  show: true,
                  margin:20,
                  color: theme?"#E5EAF3":'#303133',
          },
          axisTick:{
            show: true,
            alignWithLabel: true
          }
        },
        yAxis:[
        {
          type: 'value',
          nameTextStyle:{
              color:'#fff'
          },
          axisLabel: {
                  show: true,
                  formatter: '{value}',
                  color: theme?"#E5EAF3":'#303133',
          },
          axisLine:{            
            show: true ,
            lineStyle:{
              color:theme?'#474747':'#a8abb2',
            }
          },
          splitLine:{
            lineStyle:{
              color:theme?'#474747':'#a8abb2',
              type: "dashed"
            }
          }
        },
        {
          type: 'value',
          min: 0,
          max: 100,
          interval: 30,
          nameTextStyle:{
              color:'#fff'
          },
          axisLabel: {
                  show: true,
                  formatter: '{value} %',
                  color: theme?"#E5EAF3":'#303133',
          },
          axisLine:{            
            show: true ,
            lineStyle:{
              color:theme?'#474747':'#a8abb2',
            }
          },
          splitLine:{
            lineStyle:{
              color:theme?'#474747':'#a8abb2',
              type: "dashed"
            }
          }
        }
        ] ,
        series: [
          {
            name: '1',
            type: 'line',
            stack: 'Total',
            data:state.portData,
            showSymbol: false
          },
          {
            name: '2',
            type: 'line',
            stack: 'Total',
            data:state.refeData,
            showSymbol: false
          },
          {
            name: '3',           
            type: 'line',
            stack: '总量',
            data: state.stockData,
            areaStyle: {
               origin: 'start',
               color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                  {
                    offset: 0,
                    color: '#644CE599'
                  },
                  {
                    offset: 1,
                    color: '#644CE500'
                  }
                ])
            },
            itemStyle: {
              color: '#644CE5'
            },
            lineStyle: {
              color: '#644CE5'
            },
            smoothMonotone: 'x',
            showSymbol: false
          },
        ],
        color:['#FD7738','#01B5DE','#644CE5']
      };
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值