Files
grafana/public/app/plugins/panel/histogram/models.cue

19 lines
327 B
CUE
Raw Normal View History

2021-05-10 14:00:59 -05:00
package grafanaschema
Family: {
lineages: [
[
{
PanelOptions: {
bucketSize?: int
bucketOffset: int | *0
combine?: bool
}
// TODO: FieldConfig
}
]
]
migrations: []
}