# Function ScattermapChart Beta

ScattermapChart(props, deprecatedLegacyContext?): null | ReactElement< any, any >

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
deprecatedLegacyContext? any ::: warning Deprecated

:::

See

React Docs (opens new window)

# Returns

null | ReactElement< any, any >

Scattermap Chart component