We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aec1e0 commit 691f934Copy full SHA for 691f934
data/field_config.go
@@ -17,7 +17,7 @@ type FieldConfig struct {
17
// DisplayName overrides Grafana default naming, should not be used from a data source
18
DisplayName string `json:"displayName,omitempty"`
19
20
- // DisplayNameFromDS overrides Grafana default naming in a better way that allows users to override it easily.
+ // DisplayNameFromDS overrides Grafana default naming strategy.
21
DisplayNameFromDS string `json:"displayNameFromDS,omitempty"`
22
23
// Path is an explicit path to the field in the datasource. When the frame meta includes a path,
0 commit comments