series:[

  {
  name: '成单率',
  type: 'line',
  data: valueArr2,
  itemStyle: {
  normal: {
    label: {
      show:true,
      position: 'top',
      textStyle: {
      color: '#333'
    },
    formatter: function(params) {
      if(params.value){
        return params.value + '%' 
      }else{
        return '';
      }
    }
  },
  color:'#ee8b3f'
  }
  }
}

]

 

相关文章:

  • 2022-01-14
  • 2022-01-04
  • 2022-01-10
  • 2022-12-23
  • 2021-07-08
猜你喜欢
  • 2022-01-22
  • 2021-05-09
  • 2021-11-05
  • 2022-12-23
  • 2021-03-31
  • 2022-01-15
  • 2021-12-06
相关资源
相似解决方案