echarts 柱狀圖數字在頂部顯示

代碼:

  series: [
      {
          name: '協助繳費次數',
          type: 'bar',
          data: dataArray
      },
      {
          name: '協助繳費金額',
          type: 'line',
          data: dataArray2
      }
  ],
  label: {
      normal: {
          show: true,
          position: 'top',
          textStyle: {
            color: 'black'
          }
      }
   }

解析:

效果

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章