We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba0c81 commit 3719653Copy full SHA for 3719653
1 file changed
src/components/ChartContainer.jsx
@@ -315,7 +315,6 @@ export default function ChartContainer({
315
min: xRange.min,
316
max: xRange.max,
317
bounds: 'data',
318
- grace: '2%',
319
ticks: {
320
callback: function (value) {
321
return Math.round(value);
@@ -327,7 +326,7 @@ export default function ChartContainer({
327
326
display: true,
328
title: { display: true, text: 'Value' },
329
330
- grace: '5%',
+ grace: '20%',
331
332
333
return Number(value.toPrecision(2));
0 commit comments