mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 10:02:59 +08:00
19 lines
327 B
CUE
19 lines
327 B
CUE
package grafanaschema
|
|
|
|
Family: {
|
|
lineages: [
|
|
[
|
|
{
|
|
PanelOptions: {
|
|
bucketSize?: int
|
|
bucketOffset: int | *0
|
|
combine?: bool
|
|
}
|
|
|
|
// TODO: FieldConfig
|
|
}
|
|
]
|
|
]
|
|
migrations: []
|
|
}
|