0
点赞
收藏
分享

微信扫一扫

[echarts] 柱状图 改变划过柱子时的阴影颜色

善解人意的娇娇 2022-12-21 阅读 89


tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
shadowStyle: {
color: 'rgba(0, 0, 0, 0.03)',
},
},
}


举报

相关推荐

0 条评论