Map
World map visualization using D3-Geo projections. Renders GeoJSON country features with optional coordinate-based markers and tooltips.
Import
import { Map, MapMarker } from 'reaviz';
Map Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | any | — | GeoJSON geographic data (required) |
markers | ReactElement<MapMarkerProps>[] | — | Array of MapMarker components |
fill | string | 'rgba(255, 255, 255, 0.3)' |
[Description truncada. Veja o README completo no GitHub.]