修改
This commit is contained in:
@@ -86,6 +86,7 @@ export default {
|
||||
nameTextStyle: {
|
||||
color: "#fff",
|
||||
fontSize: 12,
|
||||
align:'right'
|
||||
},
|
||||
axisTick: {
|
||||
show: false,
|
||||
@@ -113,10 +114,11 @@ export default {
|
||||
barWidth: 12,
|
||||
label: {
|
||||
show: true, //开启显示
|
||||
align: 'right', //在上方显示
|
||||
position: 'top', //在上方显示
|
||||
textStyle: { //数值样式
|
||||
color: '#DFF1FE',
|
||||
fontSize: 16
|
||||
fontSize: 12
|
||||
}
|
||||
},
|
||||
itemStyle: {
|
||||
@@ -156,10 +158,11 @@ export default {
|
||||
barWidth: 12,
|
||||
label: {
|
||||
show: true, //开启显示
|
||||
align: 'left', //在上方显示
|
||||
position: 'top', //在上方显示
|
||||
textStyle: { //数值样式
|
||||
color: '#DFF1FE',
|
||||
fontSize: 16
|
||||
fontSize: 12
|
||||
}
|
||||
},
|
||||
itemStyle: {
|
||||
|
||||
Reference in New Issue
Block a user