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) => {
2121 const customDimensions = settings . customDimensions ? settings . customDimensions : false ;
2222 const legendWidth = settings . legendWidth ? settings . legendWidth : 128 ;
2323 const marginTop = settings . marginTop ? settings . marginTop : 24 ;
24- const marginBottom = settings . marginBottom ? settings . marginBottom : 60 ;
24+ const marginBottom = settings . marginBottom ? settings . marginBottom : 30 ;
2525 const legend = settings . legend ? settings . legend : false ;
2626 const labelRotation = settings . labelRotation != undefined ? settings . labelRotation : 45 ;
2727 const barWidth = settings . barWidth ? settings . barWidth : 10 ;
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ const _REPORT_TYPES = {
380380 marginBottom : {
381381 label : 'Margin Bottom' ,
382382 type : SELECTION_TYPES . NUMBER ,
383- default : 45 ,
383+ default : 30 ,
384384 } ,
385385 legendWidth : {
386386 label : 'Legend Width' ,
You can’t perform that action at this time.
0 commit comments