hi,
How we can use Heatmap to show json data?
Please share json data sample?
@yosiasz Thanks for the reply Here is my data sample:
{
"Items": [
{
"name": "Saqib",
"channelStats": {
"TELEPHONE_NUMBER": 1,
"EMAIL": 0,
"FACEBOOK": 0,
"WEB": 0,
"WHATSAPP": 0
}
},
{
"name": "usama",
"channelStats": {
"TELEPHONE_NUMBER": 0,
"EMAIL": 1,
"FACEBOOK": 0,
"WEB": 0,
"WHATSAPP": 0
}
}
],
"date": "2022-12-20T14:32:42.000Z"
}
And i want the response like
1 Like
@yosiasz can we show this with heatmap or we have to use anyother Plugin for that?