✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Function AreamapChart
AreamapChart(
props):ReactElement<any,any> |null
A React component for visualizing geographical data as colored polygons on a map.
For another way do display data on a map, see ScattermapChart.
# Example
Areamap chart displaying total revenue per country from the Sample ECommerce data model. The total revenue amount is indicated by the colors on the map.
# Parameters
| Parameter | Type | Description |
|---|---|---|
props | AreamapChartProps | Areamap chart properties |
# Returns
ReactElement< any, any > | null
Areamap Chart component