Skip to content

Commit d19bcbd

Browse files
committed
A little more space
1 parent f0f05ab commit d19bcbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/axis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const valueAxisPlugin = (
114114
construct: (chart) => {
115115
chart.padding.top += labelFontSize + axisGap;
116116

117-
chart.padding[side] += 50;
117+
chart.padding[side] += 60;
118118
},
119119
"draw:after": (chart) => {
120120
const onLeft = side === "left";

0 commit comments

Comments
 (0)