mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Icons: Adds custom icon support ands new panel and interpolation icons * Removed icon files * updated snapshot * Updates
18 lines
308 B
JSON
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"
|
|
}
|
|
}
|
|
}
|