Skip to content

Commit

Permalink
fix(line): fix typescript definition for areaBaselineValue prop. (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed May 18, 2020
1 parent bc5489c commit 9b1ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/line/index.d.ts
Expand Up @@ -171,7 +171,7 @@ declare module '@nivo/line' {

enableArea?: boolean
areaOpacity?: number
areaBaseDatumValue?: DatumValue
areaBaselineValue?: DatumValue

markers?: CartesianMarkerProps[]

Expand Down

0 comments on commit 9b1ed9c

Please sign in to comment.