Skip to content

Instantly share code, notes, and snippets.

View xanhnguyen186's full-sized avatar

Ann Nguyen xanhnguyen186

View GitHub Profile
@xanhnguyen186
xanhnguyen186 / spec.json
Created October 3, 2025 14:09
Global map - 1
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"title": "AI Preparedness Index",
"width": 800,
"height": 400,
"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"}
},