From fa3c220a3ff519154d74ad2bcad5eb8b5c0a033f Mon Sep 17 00:00:00 2001 From: rccoe Date: Thu, 11 Jul 2019 18:19:40 -0400 Subject: [PATCH] fix(choropleth): add missing domain prop to typings (#634) --- packages/geo/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/geo/index.d.ts b/packages/geo/index.d.ts index 66d142287..d11d106c4 100644 --- a/packages/geo/index.d.ts +++ b/packages/geo/index.d.ts @@ -97,6 +97,7 @@ declare module '@nivo/geo' { interface ChoroplethCommonProps extends CommonProps { data: any[] + domain: number[] match?: string | DatumMatcher label?: string | FeatureAccessor