task#14196,web端柱形图优化

This commit is contained in:
2024-07-08 17:38:41 +08:00
parent 5df83abfcf
commit f472c878e8

View File

@ -694,7 +694,8 @@ export default {
data: this.v3,
yAxisIndex: 1,
smooth: true,
barWidth: 50,
barWidth: 45,
barGap: '0%', // 设置柱子之间的间隔
label: {
show: true, // 显示标签
position: 'top', // 标签位置在柱形顶部
@ -706,7 +707,8 @@ export default {
data: this.v4,
yAxisIndex: 1,
smooth: true,
barWidth: 50,
barWidth: 45,
barGap: '0%', // 设置柱子之间的间隔
label: {
show: true, // 显示标签
position: 'top', // 标签位置在柱形顶部