task#14196,web端柱形图优化
This commit is contained in:
@ -694,7 +694,8 @@ export default {
|
|||||||
data: this.v3,
|
data: this.v3,
|
||||||
yAxisIndex: 1,
|
yAxisIndex: 1,
|
||||||
smooth: true,
|
smooth: true,
|
||||||
barWidth: 50,
|
barWidth: 45,
|
||||||
|
barGap: '0%', // 设置柱子之间的间隔
|
||||||
label: {
|
label: {
|
||||||
show: true, // 显示标签
|
show: true, // 显示标签
|
||||||
position: 'top', // 标签位置在柱形顶部
|
position: 'top', // 标签位置在柱形顶部
|
||||||
@ -706,7 +707,8 @@ export default {
|
|||||||
data: this.v4,
|
data: this.v4,
|
||||||
yAxisIndex: 1,
|
yAxisIndex: 1,
|
||||||
smooth: true,
|
smooth: true,
|
||||||
barWidth: 50,
|
barWidth: 45,
|
||||||
|
barGap: '0%', // 设置柱子之间的间隔
|
||||||
label: {
|
label: {
|
||||||
show: true, // 显示标签
|
show: true, // 显示标签
|
||||||
position: 'top', // 标签位置在柱形顶部
|
position: 'top', // 标签位置在柱形顶部
|
||||||
|
Reference in New Issue
Block a user