Candlestick: Migrate to schema (#62113)
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user