Skip to content

Commit

Permalink
fix spaceOnEdges
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafalasco committed Apr 14, 2020
1 parent 98df7fb commit 38a9af0
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 @@ -218,7 +218,7 @@ const lineChart: LineChartOptions = Tools.merge({}, axisChart, {
*/
const stackedAreaChart: StackedAreaChartOptions = Tools.merge({}, axisChart, {
timeScale: Tools.merge(timeScale, {
addSpaceOnEdges: 0
addSpaceOnEdges: 0.1
} as TimeScaleOptions),
points: {
// default point radius to 3
Expand Down

0 comments on commit 38a9af0

Please sign in to comment.