Skip to content

Instantly share code, notes, and snippets.

@faridfr
Created April 25, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faridfr/b50237658c023d547d6c77b251bb7cd4 to your computer and use it in GitHub Desktop.
Save faridfr/b50237658c023d547d6c77b251bb7cd4 to your computer and use it in GitHub Desktop.
Hourly Chart Response in json
{
"data": {
"hourlyChart": {
"xAxis": [
"08",
"09",
"10",
"11",
"12"
],
"yAxis": [
83,
36,
22,
91,
52
],
"xy": [
{
"x": "08",
"y": 83
},
{
"x": "09",
"y": 36
},
{
"x": "10",
"y": 22
},
{
"x": "11",
"y": 91
},
{
"x": "12",
"y": 52
}
]
}
},
"status": "success",
"message": null,
"errors": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment