Skip to content

Commit

Permalink
fix(configuration): fix default baseBarChart options
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson committed Jan 17, 2020
1 parent 0456e24 commit 1a6dcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const baseBarChart: BarChartOptions = Tools.merge({}, axisChart, {
maxWidth: 16
},
timeScale: Tools.merge(timeScale, {
addSpaceOnEdges: true
addSpaceOnEdges: 1
} as TimeScaleOptions),
tooltip: barChartTooltip
} as BarChartOptions);
Expand Down

0 comments on commit 1a6dcef

Please sign in to comment.