grafana/public/app/plugins/panel/histogram/plugin.json
Ryan McKinley 8147a65b5e
Histogram: move histogram from alpha to beta panel (#34246)
* add legend

* tooltip off-by-one

* units in x axis

* update function call

* remove tooltip
2021-05-19 17:13:17 -07:00

19 lines
284 B
JSON

{
"type": "panel",
"name": "Histogram",
"id": "histogram",
"state": "beta",
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/histogram.svg",
"large": "img/histogram.svg"
}
}
}