Docs: Field config docs update, Table docs update, Override matcher naming issue (#27558)
* Docs: Field Config Docs Update, Table Docs update, Override matcher naming sync
* removed sentance that feels duplicated
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* removed bad newlines and minor tweaks, still need to figure out naming for matchers in UI and docs
* Updated matcher names and descriptions, and UX
* Updated field override docs
* Fixed plural
* Updated wording
* removed plurals for the selectors heading
* Updated names
* Updated docs
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
(cherry picked from commit cade6dd010)
This commit is contained in:
committed by
Hugo Häggmark
parent
7054834af0
commit
cfc13f7e30
@@ -27,6 +27,43 @@ Table visualizations allow you to apply:
|
||||
|
||||
- **Show header -** Show or hide column names imported from your data source..
|
||||
|
||||
### Custom field options
|
||||
|
||||
- [Column width](#column-width)
|
||||
- [Column alignment](#column-alignment)
|
||||
- [Cell display mode](#cell-display-mode)
|
||||
|
||||
### Column alignment
|
||||
|
||||
This custom field option applies only to table visualizations.
|
||||
|
||||
Choose how Grafana should align cell contents:
|
||||
|
||||
- Auto (default)
|
||||
- Left
|
||||
- Center
|
||||
- Right
|
||||
|
||||
### Column width
|
||||
|
||||
This custom field option applies only to table visualizations.
|
||||
|
||||
By default, Grafana automatically calculates the column width based on the cell contents. In this field option, can override the setting and define the width for all columns in pixels.
|
||||
|
||||
For example, if you enter `100` in the field, then when you click outside the field, all the columns will be set to 100 pixels wide.
|
||||
|
||||
#### Cell display mode
|
||||
|
||||
This custom field option applies only to table visualizations.
|
||||
|
||||
By default, Grafana automatically chooses display settings. You can override the settings by choosing one of the following options to change all fields.
|
||||
|
||||
- **Color text -** If thresholds are set, then the field text is displayed in the appropriate threshold color.
|
||||
- **Color background -** If thresholds are set, then the field background is displayed in the appropriate threshold color.
|
||||
- **Gradient gauge -** The threshold levels define a gradient.
|
||||
- **LCD gauge -** The gauge is split up in small cells that are lit or unlit.
|
||||
- **JSON view -** Shows value formatted as code. If a value is an object the JSON view allowing browsing the JSON object will appear on hover
|
||||
|
||||
## Tips
|
||||
|
||||
### Display original string value
|
||||
|
||||
Reference in New Issue
Block a user