Skip to content

Commit 14699a5

Browse files
committed
🔨 Set autoSkipPadding for bar charts to zero
1 parent 84a6b48 commit 14699a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/charts/BarChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const draw = () => {
107107
ticks: {
108108
maxRotation: 0,
109109
padding: props.horizontal ? 0 : 10,
110+
autoSkipPadding: 0,
110111
},
111112
beginAtZero: true,
112113
}

0 commit comments

Comments
 (0)