sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

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

ParameterTypeDescription
propsScattermapChartPropsScattermap chart properties

Returns

ReactElement< any, any > | null

Scattermap Chart component

Last Updated: