/// import { ScattermapChartProps } from '../../../props'; /** * 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. * *