echarts柱状图与折线图顶部展示数字

series : [
{
    name:'人员总量',
    type:'line',
    stack: '广告',
    barWidth: '70%',
    label: {
      normal: {
          show: true,
          position: 'top',
          textStyle: {
              color: '#000'
          }
      }
  },

echarts柱状图与折线图顶部展示数字

相关文章: