Skip to content

Commit 691f934

Browse files
authored
better comment for field.config.DisplayNameFromDS (#678)
* better comment for field.config.DisplayNameFromDS * removed unintended change
1 parent 8aec1e0 commit 691f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/field_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type FieldConfig struct {
1717
// DisplayName overrides Grafana default naming, should not be used from a data source
1818
DisplayName string `json:"displayName,omitempty"`
1919

20-
// DisplayNameFromDS overrides Grafana default naming in a better way that allows users to override it easily.
20+
// DisplayNameFromDS overrides Grafana default naming strategy.
2121
DisplayNameFromDS string `json:"displayNameFromDS,omitempty"`
2222

2323
// Path is an explicit path to the field in the datasource. When the frame meta includes a path,

0 commit comments

Comments
 (0)