柱状图修改

This commit is contained in:
老叶
2022-10-28 17:18:30 +08:00
parent 1a74adf741
commit f5e73fcba8
2 changed files with 8 additions and 0 deletions
@@ -89,6 +89,10 @@
{
data: data.dataValue,
type: 'bar',
label: {
show: true,
position: 'right'
},
barMaxWidth: 40
}
]
@@ -74,6 +74,10 @@
{
data: data.dataValue,
type: 'bar',
label: {
show: true,
position: 'top'
},
barMaxWidth: 40
}
]