Candlestick: Migrate to schema (#62113)

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
Zoltán Bedi
2023-06-20 07:18:40 +03:00
committed by GitHub
co-authored by nmarrs
parent cc65b4d46a
commit 39433b5b9a
16 changed files with 691 additions and 119 deletions
+27 -1
View File
@@ -263,6 +263,30 @@
"pluralName": "BarGaugePanelCfgs",
"schemaInterface": "PanelCfg"
},
"candlestickpanelcfg": {
"category": "composable",
"codeowners": [
"grafana/grafana-edge-squad"
],
"currentVersion": [
0,
0
],
"grafanaMaturityCount": 0,
"lineageIsGroup": true,
"links": {
"docs": "https://grafana.com/docs/grafana/next/developers/kinds/composable/candlestickpanelcfg/schema-reference",
"go": "n/a",
"schema": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/candlestick/panelcfg.cue",
"ts": "https://github.com/grafana/grafana/tree/main/public/app/plugins/panel/candlestick/panelcfg.gen.ts"
},
"machineName": "candlestickpanelcfg",
"maturity": "experimental",
"name": "CandlestickPanelCfg",
"pluralMachineName": "candlestickpanelcfgs",
"pluralName": "CandlestickPanelCfgs",
"schemaInterface": "PanelCfg"
},
"cloudwatchdataquery": {
"category": "composable",
"codeowners": [
@@ -2087,6 +2111,7 @@
"azuremonitordatasourcecfg",
"barchartpanelcfg",
"bargaugepanelcfg",
"candlestickpanelcfg",
"cloudwatchdataquery",
"cloudwatchdatasourcecfg",
"dashboarddataquery",
@@ -2181,6 +2206,7 @@
"annotationslistpanelcfg",
"barchartpanelcfg",
"bargaugepanelcfg",
"candlestickpanelcfg",
"cloudwatchdataquery",
"dashboard",
"dashboardlistpanelcfg",
@@ -2291,4 +2317,4 @@
}
}
}
}
}