Skip to content

Commit

Permalink
Remove facetSpacing, which is not a valid scale config (#4574)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanitw authored Feb 23, 2019
1 parent 26f5370 commit 257d7e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,13 @@ export interface ScaleConfig {
quantizeCount?: number;
}

export const defaultScaleConfig = {
export const defaultScaleConfig: ScaleConfig = {
textXRangeStep: 90,
rangeStep: 20,
pointPadding: 0.5,

barBandPaddingInner: 0.1,
rectBandPaddingInner: 0,
facetSpacing: 16,

minBandSize: 2,

Expand Down

0 comments on commit 257d7e8

Please sign in to comment.