task#14196,web端柱形图优化
This commit is contained in:
@ -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', // 标签位置在柱形顶部
|
||||
|
Reference in New Issue
Block a user