# Function ScattermapChart
ScattermapChart(
props
):ReactElement
<any
,any
> |null
A React component that allows to visualize geographical data as data points on a map.
# Example
Scatter map chart displaying cost and revenue rank from the Sample ECommerce data model. The cost is indicated by size of each point and the revenue rank is indicated by the point's size.
# Parameters
Parameter | Type | Description |
---|---|---|
props | ScattermapChartProps | Scattermap chart properties |
# Returns
ReactElement
< any
, any
> | null
Scattermap Chart component