Skip to content

Instantly share code, notes, and snippets.

@willli3
willli3 / FIT3179_HW_32491581.json
Last active September 29, 2025 09:35
W9_HW_Map_FIT3179
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"title": "Median Internet Speed by Country (May 2024)",
"width": 900,
"height": 450,
"projection": {"type": "equalEarth"},
"data": {
"url": "https://raw.githubusercontent.com/FIT3179/Vega-Lite/main/3_choropleth_map/js/ne_110m_admin_0_countries.topojson",
"format": {"type": "topojson", "feature": "ne_110m_admin_0_countries"}
},