mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
71e4a8261d
commit
839465ae44
@ -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": ""
|
||||
}
|
||||
]
|
||||
]
|
@ -2,7 +2,6 @@
|
||||
"type": "panel",
|
||||
"name": "Bar chart",
|
||||
"id": "barchart",
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"description": "Categorical charts with group support",
|
||||
|
@ -2,7 +2,6 @@
|
||||
"type": "panel",
|
||||
"name": "Candlestick",
|
||||
"id": "candlestick",
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"author": {
|
||||
|
@ -3,8 +3,6 @@
|
||||
"name": "Histogram",
|
||||
"id": "histogram",
|
||||
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
|
@ -3,8 +3,6 @@
|
||||
"name": "State timeline",
|
||||
"id": "state-timeline",
|
||||
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"description": "State changes and durations",
|
||||
"author": {
|
||||
|
@ -3,8 +3,6 @@
|
||||
"name": "Status history",
|
||||
"id": "status-history",
|
||||
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"description": "Periodic status history",
|
||||
"author": {
|
||||
|
Loading…
Reference in New Issue
Block a user