tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
shadowStyle: {
color: 'rgba(0, 0, 0, 0.03)',
},
},
}
[echarts] 柱状图 改变划过柱子时的阴影颜色
阅读 89
2022-12-21
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
shadowStyle: {
color: 'rgba(0, 0, 0, 0.03)',
},
},
}
相关推荐
精彩评论(0)