Skip to content

Commit 6729197

Browse files
committed
adding and removing images
1 parent 641863f commit 6729197

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
-717 KB
Binary file not shown.
File renamed without changes.

references/chart-types/map.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ icon: "earth-europe"
1010
</Card>
1111
</a>
1212

13-
![map](/images/references/chart-types/map/map-chart.png)
13+
![map](/images/references/chart-types/map/intro.png)
1414

1515
<Info>
1616
This feature is in beta. Reach out to the Lightdash team if you'd like to get access.
@@ -30,7 +30,7 @@ Maps are useful when:
3030

3131
## Scatter maps
3232

33-
![scatter map](/images/references/maps-scatter.png)
33+
![scatter map](/images/references/chart-types/map/scatter.png)
3434

3535
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.
3636

@@ -59,7 +59,7 @@ Your data must include latitude and longitude coordinates. If your data contains
5959

6060
## Area maps (Choropleth)
6161

62-
![choropleth map](/images/references/maps-cloreopath.png)
62+
![choropleth map](/images/references/chart-types/map/maps-cloreopath.png)
6363

6464
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.
6565

@@ -101,7 +101,7 @@ For example, if your GeoJSON has a `postal_code` property and your data has a `z
101101

102102
## Heatmaps
103103

104-
![heatmap](/images/references/maps-heatmap.png)
104+
![heatmap](/images/references/chart-types/map/heatmap.png)
105105

106106
Heatmaps show the density of points as a heat overlay, useful for visualizing concentration of data points across geographic areas.
107107

0 commit comments

Comments
 (0)