柱状图修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user