grafana/public/app/plugins/panel/heatmap/plugin.json

18 lines
325 B
JSON
Raw Normal View History

2017-03-24 05:35:19 -05:00
{
"type": "panel",
"name": "Heatmap",
"id": "heatmap",
"info": {
"description": "Like a histogram over time",
2017-03-24 05:35:19 -05:00
"author": {
"name": "Grafana Labs",
2017-03-24 05:35:19 -05:00
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-heatmap-panel.svg",
"large": "img/icn-heatmap-panel.svg"
}
2017-03-24 05:35:19 -05:00
}
}