File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const NeoBarChart = (props: ChartProps) => {
21
21
const customDimensions = settings . customDimensions ? settings . customDimensions : false ;
22
22
const legendWidth = settings . legendWidth ? settings . legendWidth : 128 ;
23
23
const marginTop = settings . marginTop ? settings . marginTop : 24 ;
24
- const marginBottom = settings . marginBottom ? settings . marginBottom : 60 ;
24
+ const marginBottom = settings . marginBottom ? settings . marginBottom : 30 ;
25
25
const legend = settings . legend ? settings . legend : false ;
26
26
const labelRotation = settings . labelRotation != undefined ? settings . labelRotation : 45 ;
27
27
const barWidth = settings . barWidth ? settings . barWidth : 10 ;
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ const _REPORT_TYPES = {
380
380
marginBottom : {
381
381
label : 'Margin Bottom' ,
382
382
type : SELECTION_TYPES . NUMBER ,
383
- default : 45 ,
383
+ default : 30 ,
384
384
} ,
385
385
legendWidth : {
386
386
label : 'Legend Width' ,
You can’t perform that action at this time.
0 commit comments