mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 18:32:16 +08:00
Trend: Promote to beta (#67323)
This commit is contained in:
@ -1698,6 +1698,42 @@
|
|||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Trend",
|
||||||
|
"type": "panel",
|
||||||
|
"id": "trend",
|
||||||
|
"enabled": true,
|
||||||
|
"pinned": false,
|
||||||
|
"info": {
|
||||||
|
"author": {
|
||||||
|
"name": "Grafana Labs",
|
||||||
|
"url": "https://grafana.com"
|
||||||
|
},
|
||||||
|
"description": "Like timeseries, but when x != time",
|
||||||
|
"links": null,
|
||||||
|
"logos": {
|
||||||
|
"small": "public/app/plugins/panel/trend/img/trend.svg",
|
||||||
|
"large": "public/app/plugins/panel/trend/img/trend.svg"
|
||||||
|
},
|
||||||
|
"build": {},
|
||||||
|
"screenshots": null,
|
||||||
|
"version": "",
|
||||||
|
"updated": ""
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"grafanaDependency": "",
|
||||||
|
"grafanaVersion": "*",
|
||||||
|
"plugins": []
|
||||||
|
},
|
||||||
|
"latestVersion": "",
|
||||||
|
"hasUpdate": false,
|
||||||
|
"defaultNavUrl": "/plugins/trend/",
|
||||||
|
"category": "",
|
||||||
|
"state": "beta",
|
||||||
|
"signature": "internal",
|
||||||
|
"signatureType": "",
|
||||||
|
"signatureOrg": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Welcome",
|
"name": "Welcome",
|
||||||
"type": "panel",
|
"type": "panel",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"id": "trend",
|
"id": "trend",
|
||||||
|
|
||||||
"state": "alpha",
|
"state": "beta",
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Like timeseries, but when x != time",
|
"description": "Like timeseries, but when x != time",
|
||||||
|
Reference in New Issue
Block a user