Skip to content

Commit 8cce4cc

Browse files
authored
Merge pull request #474 from devmount/enhancements/433-auto-skip-padding
Set autoSkipPadding for bar charts to zero
2 parents 84a6b48 + 14699a5 commit 8cce4cc

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)