itemStyle: {
normal: {
color: {
type: 'linear',
x: 0,
y: 0,
x2: 0,
y2: 1,
colorStops: [{
offset: 0, color: '#F74F35' // 0% 处的颜色
}, {
offset: 1, color: '#fff' // 100% 处的颜色
}],
globalCoord: false // 缺省为 false
},
barBorderRadius: [10, 10, 0, 0],
label: { show: true, position: 'top', color: '#F85036' },
}
}
网友评论