Merge pull request #944 from buster-so/big-nate-bus-1776-even-padding-on-all-side-of-charts

Update padding for chart
This commit is contained in:
Nate Kelley 2025-09-16 15:22:41 -06:00 committed by GitHub
commit 04e3ccda2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export const DEFAULT_CHART_LAYOUT = {
padding: {
top: 14,
bottom: 4,
left: 10,
left: 2,
right: 10,
},
};