diff --git a/src/components/charts/bar/index.js b/src/components/charts/bar/index.js index c36b5ce..300e27c 100644 --- a/src/components/charts/bar/index.js +++ b/src/components/charts/bar/index.js @@ -110,8 +110,8 @@ export default { show: false, }, grid: { - left: "0%", - right: "0%", + left: "5%", + right: "5%", bottom: "5%", top: "15%", containLabel: true,