Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557)

* Remove beta label from numerous panels.

* Update backend snapshot to fix test

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
Kyle Cunningham 2022-11-29 14:26:05 +07:00 committed by GitHub
parent 71e4a8261d
commit 839465ae44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 14 deletions

View File

@ -201,7 +201,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/barchart/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
@ -273,7 +273,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/candlestick/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
@ -755,7 +755,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/histogram/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
@ -1282,7 +1282,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/state-timeline/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
@ -1318,7 +1318,7 @@
"hasUpdate": false,
"defaultNavUrl": "/plugins/status-history/",
"category": "",
"state": "beta",
"state": "",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
@ -1693,4 +1693,4 @@
"signatureType": "",
"signatureOrg": ""
}
]
]

View File

@ -2,7 +2,6 @@
"type": "panel",
"name": "Bar chart",
"id": "barchart",
"state": "beta",
"info": {
"description": "Categorical charts with group support",

View File

@ -2,7 +2,6 @@
"type": "panel",
"name": "Candlestick",
"id": "candlestick",
"state": "beta",
"info": {
"author": {

View File

@ -3,8 +3,6 @@
"name": "Histogram",
"id": "histogram",
"state": "beta",
"info": {
"author": {
"name": "Grafana Labs",

View File

@ -3,8 +3,6 @@
"name": "State timeline",
"id": "state-timeline",
"state": "beta",
"info": {
"description": "State changes and durations",
"author": {

View File

@ -3,8 +3,6 @@
"name": "Status history",
"id": "status-history",
"state": "beta",
"info": {
"description": "Periodic status history",
"author": {