Skip to content

Instantly share code, notes, and snippets.

@PhilETaylor
Created July 25, 2026 21:48
Show Gist options
  • Select an option

  • Save PhilETaylor/4d751d29d4df8f4da8a7121dac21fb0c to your computer and use it in GitHub Desktop.

Select an option

Save PhilETaylor/4d751d29d4df8f4da8a7121dac21fb0c to your computer and use it in GitHub Desktop.
SAMPLE illustrative data for a Trellis UI demo (#749) - NOT official statistics
[
{"year": 2015, "growth_pct": 1.4},
{"year": 2016, "growth_pct": 0.6},
{"year": 2017, "growth_pct": -0.3},
{"year": 2018, "growth_pct": 1.1},
{"year": 2019, "growth_pct": 0.9},
{"year": 2020, "growth_pct": -2.4},
{"year": 2021, "growth_pct": 2.8},
{"year": 2022, "growth_pct": 1.6},
{"year": 2023, "growth_pct": 0.4}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment