grafana/public/app/plugins/panel/timeseries/plugin.json
Torkel Ödegaard d10dbc70a1
Icons: Adds custom icon support ands new panel and interpolation icons (#30277)
* Icons: Adds custom icon support ands new panel and interpolation icons

* Removed icon files

* updated snapshot

* Updates
2021-01-14 15:07:19 +01:00

18 lines
308 B
JSON

{
"type": "panel",
"name": "Time series",
"id": "timeseries",
"state": "beta",
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-timeseries-panel.svg",
"large": "img/icn-timeseries-panel.svg"
}
}
}