【前端】Echarts 改變柱狀圖,餅圖等圖表圖例顏色,自定義顏色,

 series: [
     {
       name: 'xx',
       type: 'bar',
       stack: 'xx',
       itemStyle:{
           normal:{
             color:'#2F4554'
            }
       },
       label: {
         normal: {
             show: true,
             position: 'insideLeft',
         }
       },
     data:  xxx
     }
]

在series裏面加上:

 itemStyle:{
           normal:{
             color:'#2F4554'
            }
 }

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