mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 07:52:16 +08:00
Docs: 7.2 filter options (#27689)
* Update field-options.md * Update menu.yaml * Create _index.md * Update _index.md * added files * moving content * updated links * fixed links and deleted old file * content changes * Update configure-all-fields.md * Content updates * contnet updates * updated content * Update whats-new-in-v7-2.md * content updates * added content * Update filter-table-columns.md * Update standard-field-options.md * moved files * content edits * Update _index.md * Update _index.md * fixed links and merge conflicts * Update menu.yaml * Update menu.yaml
This commit is contained in:
@ -38,7 +38,7 @@ For more information, refer to [@grafana/toolkit](https://www.npmjs.com/package/
|
||||
|
||||
### Field options
|
||||
|
||||
Grafana 7.0 introduced the concept of [_field options_]({{< relref "../../panels/field-options.md#field-options" >}}), a new way of configuring your data before it gets visualized. Since this was not available in previous versions, any plugin that enables field-based configuration will not work in previous versions of Grafana.
|
||||
Grafana 7.0 introduced the concept of [_field options_]({{< relref "../../panels/field-options/_index.md#field-options" >}}), a new way of configuring your data before it gets visualized. Since this was not available in previous versions, any plugin that enables field-based configuration will not work in previous versions of Grafana.
|
||||
|
||||
For plugins prior to Grafana 7.0, all options are considered _Display options_. The tab for field configuration isn't available.
|
||||
|
||||
|
@ -91,7 +91,7 @@ view.forEach(row => {
|
||||
|
||||
## Display values from a data frame
|
||||
|
||||
[Field options]({{< relref "../../panels/field-options.md" >}}) let the user control how Grafana displays the data in a data frame.
|
||||
[Field options]({{< relref "../../panels/field-options/_index.md" >}}) let the user control how Grafana displays the data in a data frame.
|
||||
|
||||
To apply the field options to a value, use the `display` method on the corresponding field. The result contains information such as the color and suffix to use when display the value.
|
||||
|
||||
|
Reference in New Issue
Block a user