天天看點

vue echarts在中國地圖讓某個省份凸起一 效果圖二 代碼

一 效果圖

vue echarts在中國地圖讓某個省份凸起一 效果圖二 代碼

二 代碼

itemStyle: { //區域邊形樣式
            emphasis: {
              color: dataList.forEach(item => {
                return `rgba(158, 51, 98, ${item.value.toFixed(0)})`
              }),
              //borderColor: '#000',
              // shadowOffsetY: 2,
              shadowOffsetX: 15,
              // shadowColor: 'rgba(0, 0, 0, 1)',
              // shadowBlur: 20,
              areaColor: 'rgba(255,255,0, 0.5)',
            },
          },
           

具體參考https://echarts.apache.org/zh/option.html#geo.emphasis.itemStyle

vue echarts在中國地圖讓某個省份凸起一 效果圖二 代碼

繼續閱讀