mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 10:59:30 +08:00

* update all core plugins with raise issue and docs links * fix plugin loader test, run prettier * fix test * update test results for api plugin tests
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Heatmap",
|
|
"id": "heatmap",
|
|
|
|
"info": {
|
|
"description": "Like a histogram over time",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-heatmap-panel.svg",
|
|
"large": "img/icn-heatmap-panel.svg"
|
|
},
|
|
"links": [
|
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
|
{
|
|
"name": "Documentation",
|
|
"url": "https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/heatmap/"
|
|
}
|
|
]
|
|
}
|
|
}
|