Skip to content

Commit 8feff9b

Browse files
committed
Limit y-axis padding
1 parent bfb3ebc commit 8feff9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ChartContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export default function ChartContainer({
326326
display: true,
327327
title: { display: true, text: 'Value' },
328328
bounds: 'data',
329-
grace: '20%',
329+
grace: '5%',
330330
ticks: {
331331
callback: function (value) {
332332
return Number(value.toPrecision(2));

0 commit comments

Comments
 (0)