圆柱图的坐标轴遮挡
如图
找到代码
xAxis: {
name: '(万元)',
nameGap: 30,
}
nameGap设置 标题间隙, nameRotate 旋转角度, nameLocation 对齐方式
tooltip加样式 官网
backgroundColor: 'rgba(255,255,255,0.8)',
formatter 函数中 item.marker 是小圆点。
如图
找到代码
xAxis: {
name: '(万元)',
nameGap: 30,
}
nameGap设置 标题间隙, nameRotate 旋转角度, nameLocation 对齐方式
tooltip加样式 官网
backgroundColor: 'rgba(255,255,255,0.8)',
formatter 函数中 item.marker 是小圆点。