grafana/public/app/plugins/panel/trend/plugin.json
2023-04-26 14:34:51 -07:00

20 lines
326 B
JSON

{
"type": "panel",
"name": "Trend",
"id": "trend",
"state": "beta",
"info": {
"description": "Like timeseries, but when x != time",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/trend.svg",
"large": "img/trend.svg"
}
}
}