From 32b6c911ff54755d64350d71cef692a85ea306a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Mon, 19 Feb 2018 12:30:02 +0800 Subject: [PATCH] no message Former-commit-id: 32d1791d67ee05e015330f4f3646808b91f2ad2c Former-commit-id: f1a64d973373fba4e912acfad280d9859c66ecac Former-commit-id: ceed71fb78859809cfd3ee1dc23aa03571219cf6 --- src/components/charts/G2/mixins/props/chart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/charts/G2/mixins/props/chart.js b/src/components/charts/G2/mixins/props/chart.js index 1840017c..3b72e8bd 100644 --- a/src/components/charts/G2/mixins/props/chart.js +++ b/src/components/charts/G2/mixins/props/chart.js @@ -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, 50, 50] + default: () => [30, 40, 45, 50] }, // 设置图表整体的边框和背景样式 http://antv.alipay.com/zh-cn/g2/3.x/api/chart.html#_background background: {