Skip to content

Instantly share code, notes, and snippets.

View joshuajames's full-sized avatar

Joshua joshuajames

View GitHub Profile
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "Median Net Worth by Percentile (NZD, Households vs Individuals, log-log scale)",
"data": {
"values": [
{"percentile": 50, "networth": 524788, "group": "Households"},
{"percentile": 10, "networth": 2414000, "group": "Households"},
{"percentile": 5, "networth": 3718000, "group": "Households"},
{"percentile": 1, "networth": 8727000, "group": "Households"},