Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions references/chart-types/custom-charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,6 @@ The config below will output a waterfall chart with the standard Vega-Lite setti

### Map charts

<iframe width="100%" height="420" src="https://www.loom.com/embed/23e6301e4d494168a5946273b86c0423" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />

Map charts are perfect for visualizing data that has geographic coordinates, such as customer locations, sales regions, or shipment routes. They combine a background map (usually countries, states, or regions) with your data points overlaid as markers.

This chart works best when you have **latitude and longitude fields** or a TopoJSON lookup with some ID or unique lookup name to plot the points on the map, and a numeric metric to adjust the size of each point or color gradient (like total sales or number of customers).
Expand Down
2 changes: 2 additions & 0 deletions references/chart-types/map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ icon: "earth-europe"
</Card>
</a>

<iframe width="100%" height="420" src="https://www.loom.com/embed/23e6301e4d494168a5946273b86c0423" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />

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

Maps display geographic data on an interactive map. They support three visualization modes:
Expand Down
Loading