Hi grafana Community,
I am using JSON API as a datasource and my data is Below:
{
“Items”: [
{
“name”: “Saqib”,
“channelStats”: {
“TELEPHONE_NUMBER”: 1,
“EMAIL”: 0
}
},
{
“name”: “usama”,
“channelStats”: {
“TELEPHONE_NUMBER”: 0,
“EMAIL”: 1
}
}
],
“date”: “2022-12-20T14:02:17.000Z”
}
Is there anyplug to show data like this if yes Please Mention name of the plugin i tried with heatmap, but couldn’t get the results.
I am not familiar enough with heatmap panels to help you to build one with your JSON data, but according to the documentation the challenge is, apparently, to make sure that your data is returned in a specific format (either returns series with names representing bucket bounds, or that it returns series sorted by the bounds in ascending order), so it can be rendered as a heatmap.
@antonio Thanks i have fixed this issue. Would you please help me that how i can send Timestamp with API Call using JSONAPI as data source I will be very thankful for that
I already posted 2 times for that problem but nobody replies