no message

Former-commit-id: b6cd4be0d44bba41baa5f57a364b31d553a3fe6d
Former-commit-id: 291ee00128022c5e3d0462fba8c030e02294e82f
Former-commit-id: eaf194bd3678857c70423ba616fd21f3e5bb11fe
This commit is contained in:
liyang
2018-06-10 20:43:58 +08:00
parent ccc12a2f42
commit 08322c4f65
3 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ export default {
props: {
padding: {
required: false,
default: () => [30, 30, 30, 30]
default: () => [40, 40, 40, 40]
}
},
data () {

View File

@@ -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: {