Skip to content

Commit

Permalink
Fix optional interactivity property
Browse files Browse the repository at this point in the history
  • Loading branch information
richterb committed Aug 4, 2022
1 parent a460903 commit cb92bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visualizations/src/components/Map/types.ts
Expand Up @@ -8,7 +8,7 @@ export interface ChoroplethOptions {
legend?: MapLegend;
aspectRatio: number;
activeShapes?: string[];
interactive: boolean;
interactive?: boolean;
emptyValueColor: Color;
tooltip: { label: ChoroplethTooltipFormatter };
}
Expand Down

0 comments on commit cb92bf0

Please sign in to comment.