This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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"}, | |