Skip to content

Commit

Permalink
fix(bar): add missing grid value types (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed May 17, 2020
1 parent 54c9bf8 commit 033cf9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bar/index.d.ts
Expand Up @@ -102,7 +102,9 @@ declare module '@nivo/bar' {
axisTop: Axis | null

enableGridX: boolean
gridXValues: Array<number | string>
enableGridY: boolean
gridYValues: Array<number | string>

barComponent: React.StatelessComponent<BarItemProps>

Expand Down

0 comments on commit 033cf9e

Please sign in to comment.