Skip to content

Commit

Permalink
fix(choropleth): add missing domain prop to typings (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoe authored and plouc committed Jul 11, 2019
1 parent fd0fae7 commit fa3c220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/geo/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ declare module '@nivo/geo' {

interface ChoroplethCommonProps extends CommonProps {
data: any[]
domain: number[]

match?: string | DatumMatcher
label?: string | FeatureAccessor<any, string>
Expand Down

0 comments on commit fa3c220

Please sign in to comment.