no message
Former-commit-id: b6cd4be0d44bba41baa5f57a364b31d553a3fe6d Former-commit-id: 291ee00128022c5e3d0462fba8c030e02294e82f Former-commit-id: eaf194bd3678857c70423ba616fd21f3e5bb11fe
This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
||||
props: {
|
||||
padding: {
|
||||
required: false,
|
||||
default: () => [30, 30, 30, 30]
|
||||
default: () => [40, 40, 40, 40]
|
||||
}
|
||||
},
|
||||
data () {
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
// 设置图表的内边距 http://antv.alipay.com/zh-cn/g2/3.x/api/chart.html#_padding
|
||||
padding: {
|
||||
required: false,
|
||||
default: () => [30, 40, 45, 50]
|
||||
default: () => [30, 40, 40, 50]
|
||||
},
|
||||
// 设置图表整体的边框和背景样式 http://antv.alipay.com/zh-cn/g2/3.x/api/chart.html#_background
|
||||
background: {
|
||||
|
||||
Reference in New Issue
Block a user