Skip to main content

Map chart

A map chart uses a map to show how data is distributed across a geographic region.

Prophecy provides two types of map charts: a marker map and a displacement map.

info

The option to select a map chart only appears when the dataset contains geo points in WKT format.

Marker map chart

A marker map chart uses pins to visually represent each data point on a map.

MakerMapChart

You can configure the following parameters for the chart:

ParameterDescription
ColumnColumn that contains geo points in WKT format.
Marker Label ColumnColumn that contains the name of each geo point (for example, a city_name column).
Tooltip ColumnsColumn that contains information that will show up in the geo point tooltip.
Fit BoundsWhether to fit the map to the bounds in the points.

Displacement map chart

A displacement map chart shows the paths between points on a map.

DisplacementMapChart

You can configure the following parameters for the chart:

ParameterDescription
Source ColumnColumn that contains the starting geo points in WKT format for the map.
Destination ColumnColumn that contains the destination geo points in WKT format for the map.
Source Label ColumnColumn that contains an identifier for each starting point.
Destination Label ColumnColumn that contains an identifier for each destination point.
Tooltip ColumnsColumn that contains information that will show up in the geo point tooltip.
Show DirectionWhether to include an arrow on that map that indicates direction from source to destination.
Fit BoundsWhether to fit the map to the bounds in the points.