diff --git a/ruoyi-ui/src/views/dashboard/BarChart.vue b/ruoyi-ui/src/views/dashboard/BarChart.vue index 8b3b313..5592db9 100644 --- a/ruoyi-ui/src/views/dashboard/BarChart.vue +++ b/ruoyi-ui/src/views/dashboard/BarChart.vue @@ -70,6 +70,12 @@ export default { } } }, + grid: { + left: '3%', + right: '4%', + bottom: '3%', + containLabel: true + }, toolbox: { feature: { dataView: { show: true, readOnly: false },