Created
October 20, 2020 10:34
-
-
Save luise64/d508f7d4556a8274731e3cab519f52bc to your computer and use it in GitHub Desktop.
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
{ | |
"y_axis": { | |
"format": "currency", | |
"unit": "USD" | |
}, | |
"series": [ | |
{ | |
"name": "GBP -> USD", | |
"data": [ | |
1.62529, | |
1.56991, | |
1.50420, | |
1.52265, | |
1.55356, | |
1.51930, | |
1.52148, | |
1.51173, | |
1.55170, | |
1.61966, | |
1.59255, | |
1.63762 | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment