Skip to content

Commit 641863f

Browse files
committed
Merge branch 'docs/maps-demo-link' of https://github.com/lightdash/mintlify-docs into docs/maps-demo-link
2 parents f7a27fe + cc86276 commit 641863f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

references/chart-types/map.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Maps are useful when:
3030

3131
## Scatter maps
3232

33+
![scatter map](/images/references/maps-scatter.png)
34+
3335
Scatter maps plot individual data points on a map using latitude and longitude coordinates. You can optionally size and color the points based on field values.
3436

3537
### Data requirements
@@ -57,6 +59,8 @@ Your data must include latitude and longitude coordinates. If your data contains
5759

5860
## Area maps (Choropleth)
5961

62+
![choropleth map](/images/references/maps-cloreopath.png)
63+
6064
Area maps color geographic regions based on data values. You can use built-in region shapes for countries or US states, or provide custom GeoJSON for other boundaries.
6165

6266
### Data requirements
@@ -97,6 +101,8 @@ For example, if your GeoJSON has a `postal_code` property and your data has a `z
97101

98102
## Heatmaps
99103

104+
![heatmap](/images/references/maps-heatmap.png)
105+
100106
Heatmaps show the density of points as a heat overlay, useful for visualizing concentration of data points across geographic areas.
101107

102108
### Data requirements

0 commit comments

Comments
 (0)