areaStyle: { color: { type: 'linear', colorStops: [{ offset: 0, color: 'rgba(35,174,229,1)' // 0% 處的顏色 }, { offset: 0.5, color: 'rgba(35,174,229,0.8)' // 100% 處的顏色 }, { offset: 1, color: 'rgba(35,174,229,0.6)' // 100% 處的顏色 } ], global: false // 缺省為 false } }