How to show data in Grafana heatmap penal

Hi grafana Community,
I have data in json Formate like,
{
“Items”: [
{
“name”: “Saqib”,
“channelStats”: {
“TELEPHONE_NUMBER”: 1,
“EMAIL”: 0
}
},
{
“name”: “usama”,
“channelStats”: {
“TELEPHONE_NUMBER”: 0,
“EMAIL”: 1
}
}
],
“date”: “2022-12-20T14:02:17.000Z”
}

WE want to show this data like this


@yosiasz please help me to solve this.
I am using grafana version 9.0.5 on Windows 10

Someone please help me to solve this @yosiasz

Best bet is to you use apache echart grafana plugin.
I will guide but I will not solve it for you. Try apache echart and when you get stuck post back here.

1 Like

Okay Thanks for the help

1 Like