Type alias SimpleMapProps

SimpleMapProps: {
    configOverrrides?: ChoroplethProps;
    countriesBorderColor?: string;
    data: SimpleMapData[];
    defaultMapTranslation?: SimpleMapTranslationValues;
    defaultZoom?: number;
    gridColor?: string;
    height?: number;
    mapColorSet?: SimpleMapColorSet;
    mapProjectionType?: GeoProjectionType;
    showGrids?: boolean;
    unknownDataColor?: string;
    valuePrecission?: number;
}

Type declaration

Generated using TypeDoc