mirror of https://github.com/buster-so/buster.git
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:
commit
04e3ccda2b
|
@ -71,7 +71,7 @@ export const DEFAULT_CHART_LAYOUT = {
|
|||
padding: {
|
||||
top: 14,
|
||||
bottom: 4,
|
||||
left: 10,
|
||||
left: 2,
|
||||
right: 10,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue