Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions references/chart-types/map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Maps are useful when:
- **Latitude field** - Field containing latitude coordinates
- **Longitude field** - Field containing longitude coordinates

<Note>
If your data contains addresses instead of coordinates, you'll need to geocode them to latitude/longitude values using a third-party geocoding service before using them in a map.
</Note>

**For Area (Choropleth):**

- **Map region** - World, Europe, US, or Custom
Expand Down