grafana/public/app/plugins/panel/stat/plugin.json
Torkel Ödegaard dbcfebac56
TimeSeries: Make timeseries the default panel and remove beta state (#33639)
* TimeSeries: Make timeseries the default panel and remove beta state

* rename old graph

* Updated panel descriptions, fixed e2e tests

* Updated text

* Fixed e2e

* Fixing e2e tests
2021-05-05 13:19:14 +02:00

18 lines
327 B
JSON

{
"type": "panel",
"name": "Stat",
"id": "stat",
"info": {
"description": "Big stat values & sparklines",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
}
}
}