Created
July 25, 2026 21:48
-
-
Save PhilETaylor/4d751d29d4df8f4da8a7121dac21fb0c to your computer and use it in GitHub Desktop.
SAMPLE illustrative data for a Trellis UI demo (#749) - NOT official statistics
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
| [ | |
| {"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