diff --git a/packages/visualizations/src/components/Map/types.ts b/packages/visualizations/src/components/Map/types.ts index 954093be..c7dcc429 100644 --- a/packages/visualizations/src/components/Map/types.ts +++ b/packages/visualizations/src/components/Map/types.ts @@ -8,7 +8,7 @@ export interface ChoroplethOptions { legend?: MapLegend; aspectRatio: number; activeShapes?: string[]; - interactive: boolean; + interactive?: boolean; emptyValueColor: Color; tooltip: { label: ChoroplethTooltipFormatter }; }