Skip to content

Commit

Permalink
added gridXValues and gridYValues to line typings
Browse files Browse the repository at this point in the history
  • Loading branch information
vichugunov authored and plouc committed Jul 14, 2019
1 parent c034393 commit dbd44e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/line/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ declare module '@nivo/line' {
axisLeft?: AxisProps | null

enableGridX?: boolean
gridXValues?: number | number[] | string[] | Date[]
enableGridY?: boolean
gridYValues?: number | number[] | string[] | Date[]

enablePoints?: boolean
pointSize?: number
Expand Down

0 comments on commit dbd44e2

Please sign in to comment.