Skip to content

Instantly share code, notes, and snippets.

@poolski
Created October 16, 2023 10:57
Show Gist options
  • Save poolski/c402fcc58b27d2aedc9b5c5f3810db0b to your computer and use it in GitHub Desktop.
Save poolski/c402fcc58b27d2aedc9b5c5f3810db0b to your computer and use it in GitHub Desktop.
Polling widget example
{
"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