Skip to content

Instantly share code, notes, and snippets.

@MikeHarris105
Created March 20, 2020 12:48
Show Gist options
  • Save MikeHarris105/b12f3375235d21fb7034d961afe571ba to your computer and use it in GitHub Desktop.
Save MikeHarris105/b12f3375235d21fb7034d961afe571ba to your computer and use it in GitHub Desktop.
{
"x_axis": {
"labels": [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
]
},
"series": [
{
"name": "GBP -> USD",
"data": [
1.62529,
1.56991,
1.5042,
1.52265,
1.55356,
1.5193,
1.52148,
1.51173,
1.5517,
1.61966,
1.59255,
1.63762
]
},
{
"name": "GBP -> EUR",
"data": [
1.23226,
1.15025,
1.15501,
1.18526,
1.18137,
1.16923,
1.16434,
1.1442,
1.17542,
1.19759,
1.18098,
1.20513
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment