<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Field options and overrides on Grafana Labs</title><link>https://grafana.com/docs/grafana/v7.5/panels/field-options/</link><description>Recent content in Field options and overrides on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v7.5/panels/field-options/index.xml" rel="self" type="application/rss+xml"/><item><title>Configure all fields</title><link>https://grafana.com/docs/grafana/v7.5/panels/field-options/configure-all-fields/</link><pubDate>Fri, 07 Mar 2025 11:34:44 +0100</pubDate><guid>https://grafana.com/docs/grafana/v7.5/panels/field-options/configure-all-fields/</guid><content><![CDATA[&lt;h1 id=&#34;configure-all-fields&#34;&gt;Configure all fields&lt;/h1&gt;
&lt;p&gt;To change how all fields display data, you can change an option in the Field tab. In the Overrides tab, you can then override the field options for &lt;a href=&#34;../configure-specific-fields/&#34;&gt;specific fields&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For example, you could change the number of decimal places shown in all fields by changing the &lt;strong&gt;Decimals&lt;/strong&gt; option. For more information about options, refer to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../standard-field-options/&#34;&gt;Standard field options&lt;/a&gt;, apply to all visualizations that allow transformations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../visualizations/table/table-field-options/&#34;&gt;Table field options&lt;/a&gt;, which only apply to table panel visualizations.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;change-a-field-option&#34;&gt;Change a field option&lt;/h2&gt;
&lt;p&gt;You can change as many options as you want to.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the panel you want to edit, click the panel title, and then click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Field&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;Find the option you want to change. You can define:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../standard-field-options/&#34;&gt;Standard field options&lt;/a&gt;, which apply to all panel visualizations that allow transformations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../visualizations/table/table-field-options/&#34;&gt;Table field options&lt;/a&gt;, which only apply to table panel visualizations.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add options by adding values in the fields. To return options to default values, delete the white text in the fields.&lt;/li&gt;
&lt;li&gt;When finished, click &lt;strong&gt;Save&lt;/strong&gt; to save all panel edits to the dashboard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;field-option-example&#34;&gt;Field option example&lt;/h2&gt;
&lt;p&gt;Let’s assume that our result set is a data frame that consists of two fields: time and temperature.&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;time&lt;/th&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;temperature&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;45.0&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;47.0&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;48.0&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;Each field (column) of this structure can have field options applied that alter the way its values are displayed. This means that you can, for example, set the Unit to Temperature &amp;gt; Celsius, resulting in the following table:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;time&lt;/th&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;temperature&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;45.0 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;47.0 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;48.0 °C&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;While we&amp;rsquo;re at it, the decimal place doesn&amp;rsquo;t add anything to this display. You can change the Decimals from &lt;code&gt;auto&lt;/code&gt; to zero (&lt;code&gt;0&lt;/code&gt;), resulting in the following table:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;time&lt;/th&gt;
              &lt;th style=&#34;text-align: center&#34;&gt;temperature&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;45 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;47 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td style=&#34;text-align: center&#34;&gt;48 °C&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;]]></content><description>&lt;h1 id="configure-all-fields">Configure all fields&lt;/h1>
&lt;p>To change how all fields display data, you can change an option in the Field tab. In the Overrides tab, you can then override the field options for &lt;a href="../configure-specific-fields/">specific fields&lt;/a>.&lt;/p></description></item><item><title>Configure specific fields</title><link>https://grafana.com/docs/grafana/v7.5/panels/field-options/configure-specific-fields/</link><pubDate>Fri, 07 Mar 2025 11:34:44 +0100</pubDate><guid>https://grafana.com/docs/grafana/v7.5/panels/field-options/configure-specific-fields/</guid><content><![CDATA[&lt;h1 id=&#34;configure-specific-fields&#34;&gt;Configure specific fields&lt;/h1&gt;
&lt;p&gt;Overrides allow you to change the settings for one or more fields. Field options for overrides are exactly the same as the field options available in a particular visualization. The only difference is that you choose which fields to apply them to.&lt;/p&gt;
&lt;p&gt;For example, you could change the number of decimal places shown in all numeric fields or columns by changing the &lt;strong&gt;Decimals&lt;/strong&gt; option for &lt;strong&gt;Fields with type&lt;/strong&gt; that matches &lt;strong&gt;Numeric&lt;/strong&gt;. For more information about options, refer to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../standard-field-options/&#34;&gt;Standard field options&lt;/a&gt;, which apply to all panel visualizations that allow transformations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../visualizations/table/table-field-options/&#34;&gt;Table field options&lt;/a&gt;, which only apply to table panel visualizations.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;add-a-field-override&#34;&gt;Add a field override&lt;/h2&gt;
&lt;p&gt;You can override as many field options as you want to.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the panel you want to edit, click the panel title, and then click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Overrides&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add an override for&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select which fields an override rule will be applied to:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Fields with name -&lt;/strong&gt; Select a field from the list of all available fields. Properties you add to a rule with this selector are only applied to this single field.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fields with name matching regex -&lt;/strong&gt; Specify fields to override with a regular expression. Properties you add to a rule with this selector are applied to all fields where the field name match the regex.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fields with type -&lt;/strong&gt; Select fields by type, such as string, numeric, and so on. Properties you add to a rule with this selector are applied to all fields that match the selected type.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fields returned by query -&lt;/strong&gt; Select all fields returned by a specific query, such as A, B, or C. Properties you add to a rule with this selector are applied to all fields returned by the selected query.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add override property&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select the field option that you want to apply.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../standard-field-options/&#34;&gt;Standard field options&lt;/a&gt;, which apply to all panel visualizations that allow transformations.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../visualizations/table/table-field-options/&#34;&gt;Table field options&lt;/a&gt;, which only apply to table panel visualizations.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Enter options by adding values in the fields. To return options to default values, delete the white text in the fields.&lt;/li&gt;
&lt;li&gt;Continue to add overrides to this field by clicking &lt;strong&gt;Add override property&lt;/strong&gt;, or you can click &lt;strong&gt;Add override&lt;/strong&gt; and select a different field to add overrides to.&lt;/li&gt;
&lt;li&gt;When finished, click &lt;strong&gt;Save&lt;/strong&gt; to save all panel edits to the dashboard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;delete-a-field-override&#34;&gt;Delete a field override&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the Overrides tab that contains the override that you want to delete.&lt;/li&gt;
&lt;li&gt;Click the trash can icon next to the override.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;field-override-example&#34;&gt;Field override example&lt;/h2&gt;
&lt;p&gt;Let’s assume that our result set is a data frame that consists of four fields: time, high temp, low temp, and humidity.&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;time&lt;/th&gt;
              &lt;th&gt;high temp&lt;/th&gt;
              &lt;th&gt;low temp&lt;/th&gt;
              &lt;th&gt;humidity&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td&gt;45.0&lt;/td&gt;
              &lt;td&gt;30.0&lt;/td&gt;
              &lt;td&gt;67&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td&gt;47.0&lt;/td&gt;
              &lt;td&gt;34.0&lt;/td&gt;
              &lt;td&gt;68&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td&gt;48.0&lt;/td&gt;
              &lt;td&gt;31.0&lt;/td&gt;
              &lt;td&gt;68&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;Let&amp;rsquo;s apply the field options from the &lt;a href=&#34;../configure-all-fields/#field-option-example&#34;&gt;field option example&lt;/a&gt; to apply the Celsius unit and get rid of the decimal place. This results in the following table:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;time&lt;/th&gt;
              &lt;th&gt;high temp&lt;/th&gt;
              &lt;th&gt;low temp&lt;/th&gt;
              &lt;th&gt;humidity&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td&gt;45 °C&lt;/td&gt;
              &lt;td&gt;30 °C&lt;/td&gt;
              &lt;td&gt;67 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td&gt;47 °C&lt;/td&gt;
              &lt;td&gt;34 °C&lt;/td&gt;
              &lt;td&gt;68 °C&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td&gt;48 °C&lt;/td&gt;
              &lt;td&gt;31 °C&lt;/td&gt;
              &lt;td&gt;68 °C&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;The temperature fields look good, but the humidity is nonsensical. We can fix this by applying a field option override to the humidity field and change the unit to Misc &amp;gt; percent (0-100). This results in a table that makes a lot more sense:&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;time&lt;/th&gt;
              &lt;th&gt;high temp&lt;/th&gt;
              &lt;th&gt;low temp&lt;/th&gt;
              &lt;th&gt;humidity&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:04:00&lt;/td&gt;
              &lt;td&gt;45 °C&lt;/td&gt;
              &lt;td&gt;30 °C&lt;/td&gt;
              &lt;td&gt;67%&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:05:00&lt;/td&gt;
              &lt;td&gt;47 °C&lt;/td&gt;
              &lt;td&gt;34 °C&lt;/td&gt;
              &lt;td&gt;68%&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;2020-01-02 03:06:00&lt;/td&gt;
              &lt;td&gt;48 °C&lt;/td&gt;
              &lt;td&gt;31 °C&lt;/td&gt;
              &lt;td&gt;68%&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;]]></content><description>&lt;h1 id="configure-specific-fields">Configure specific fields&lt;/h1>
&lt;p>Overrides allow you to change the settings for one or more fields. Field options for overrides are exactly the same as the field options available in a particular visualization. The only difference is that you choose which fields to apply them to.&lt;/p></description></item><item><title>Standard field options</title><link>https://grafana.com/docs/grafana/v7.5/panels/field-options/standard-field-options/</link><pubDate>Fri, 07 Mar 2025 11:34:44 +0100</pubDate><guid>https://grafana.com/docs/grafana/v7.5/panels/field-options/standard-field-options/</guid><content><![CDATA[&lt;h1 id=&#34;standard-field-options&#34;&gt;Standard field options&lt;/h1&gt;
&lt;p&gt;This section explains all available field options. They are listed in alphabetical order.&lt;/p&gt;
&lt;p&gt;You can apply standard field options to most built-in Grafana panels. Some older panels and community panels that have not updated to the new panel and data model will be missing either all or some of these field options.&lt;/p&gt;
&lt;p&gt;Most field options will not affect the visualization until you click outside of the field option box you are editing or press Enter.&lt;/p&gt;
&lt;p&gt;For more information about applying these options, refer to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../configure-all-fields/&#34;&gt;Configure all fields&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../configure-specific-fields/&#34;&gt;Configure specific fields&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; We are constantly working to add and expand options for all visualization, so all options might not be available for all visualizations.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;decimals&#34;&gt;Decimals&lt;/h2&gt;
&lt;p&gt;Number of decimals to render value with. Leave empty for Grafana to use the number of decimals provided by the data source.&lt;/p&gt;
&lt;p&gt;To change this setting, type a number in the field and then click outside the field or press Enter.&lt;/p&gt;
&lt;h2 id=&#34;data-links&#34;&gt;Data links&lt;/h2&gt;
&lt;p&gt;Lets you control the URL to which a value or visualization link.&lt;/p&gt;
&lt;p&gt;For more information and instructions, refer to &lt;a href=&#34;../../../linking/data-links/&#34;&gt;Data links&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;display-name&#34;&gt;Display name&lt;/h2&gt;
&lt;p&gt;Lets you set the display title of all fields. You can use &lt;a href=&#34;../../../variables/&#34;&gt;variables&lt;/a&gt; in the field title.&lt;/p&gt;
&lt;p&gt;When multiple stats, fields, or series are shown, this field controls the title in each stat. You can use expressions like &lt;code&gt;${__field.name}&lt;/code&gt; to use only the series name or the field name in title.&lt;/p&gt;
&lt;p&gt;Given a field with a name of Temp, and labels of {&amp;ldquo;Loc&amp;rdquo;=&amp;ldquo;PBI&amp;rdquo;, &amp;ldquo;Sensor&amp;rdquo;=&amp;ldquo;3&amp;rdquo;}&lt;/p&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Expression syntax&lt;/th&gt;
              &lt;th&gt;Example&lt;/th&gt;
              &lt;th&gt;Renders to&lt;/th&gt;
              &lt;th&gt;Explanation&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;${__field.displayName}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Same as syntax&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;Temp {Loc=&amp;quot;PBI&amp;quot;, Sensor=&amp;quot;3&amp;quot;}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Displays the field name, and labels in &lt;code&gt;{}&lt;/code&gt; if they are present. If there is only one label key in the response, then for the label portion, Grafana displays the value of the label without the enclosing braces.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;${__field.name}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Same as syntax&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;Temp&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Displays the name of the field (without labels).&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;${__field.labels}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Same as syntax&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;Loc=&amp;quot;PBI&amp;quot;, Sensor=&amp;quot;3&amp;quot;&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Displays the labels without the name.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;${__field.labels.X}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;${__field.labels.Loc}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;PBI&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Displays the value of the specified label key.&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;code&gt;${__field.labels.__values}&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Same as Syntax&lt;/td&gt;
              &lt;td&gt;&lt;code&gt;PBI, 3&lt;/code&gt;&lt;/td&gt;
              &lt;td&gt;Displays the values of the labels separated by a comma (without label keys).&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;p&gt;If the value is an empty string after rendering the expression for a particular field, then the default display method is used.&lt;/p&gt;
&lt;h2 id=&#34;max&#34;&gt;Max&lt;/h2&gt;
&lt;p&gt;Lets you set the maximum value used in percentage threshold calculations. Leave blank for auto calculation based on all series and fields&lt;/p&gt;
&lt;h2 id=&#34;min&#34;&gt;Min&lt;/h2&gt;
&lt;p&gt;Lets you set the minimum value used in percentage threshold calculations. Leave blank for auto calculation based on all series and fields&lt;/p&gt;
&lt;h2 id=&#34;no-value&#34;&gt;No value&lt;/h2&gt;
&lt;p&gt;Enter what Grafana should display if the field value is empty or null.&lt;/p&gt;
&lt;h2 id=&#34;unit&#34;&gt;Unit&lt;/h2&gt;
&lt;p&gt;Lets you choose what unit a field should use. Click in the &lt;strong&gt;Unit&lt;/strong&gt; field, then drill down until you find the unit you want. The unit you select is applied to all fields except time.&lt;/p&gt;
&lt;h3 id=&#34;custom-units&#34;&gt;Custom units&lt;/h3&gt;
&lt;p&gt;You can use the unit dropdown to also specify custom units, custom prefix or suffix and date time formats.&lt;/p&gt;
&lt;p&gt;To select a custom unit enter the unit and select the last &lt;code&gt;Custom: xxx&lt;/code&gt; option in the dropdown.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If y u want a space -&amp;gt; If you want a space&lt;/li&gt;
&lt;li&gt;&lt;code&gt;suffix:&amp;lt;suffix&amp;gt;&lt;/code&gt; for custom unit that should go after value.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;time:&amp;lt;format&amp;gt;&lt;/code&gt; For custom date time formats type for example &lt;code&gt;time:YYYY-MM-DD&lt;/code&gt;. See &lt;a href=&#34;https://momentjs.com/docs/#/displaying/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;formats&lt;/a&gt; for the format syntax and options.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;si:&amp;lt;base scale&amp;gt;&amp;lt;unit characters&amp;gt;&lt;/code&gt; for custom SI units. For example: &lt;code&gt;si: mF&lt;/code&gt;. This one is a bit more advanced as you can specify both a unit and the
source data scale. So if your source data is represented as milli (thousands of) something prefix the unit with that
SI scale character.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;count:&amp;lt;unit&amp;gt;&lt;/code&gt; for a custom count unit.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;currency:&amp;lt;unit&amp;gt;&lt;/code&gt; for custom a currency unit.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also paste a native emoji in the unit picker and pick it as a custom unit:&lt;/p&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p &#34;
    style=&#34;max-width: 600px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v66/custom_unit_burger2.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/static/img/docs/v66/custom_unit_burger2.png&#34;data-srcset=&#34;/static/img/docs/v66/custom_unit_burger2.png?w=320 320w, /static/img/docs/v66/custom_unit_burger2.png?w=550 550w, /static/img/docs/v66/custom_unit_burger2.png?w=750 750w, /static/img/docs/v66/custom_unit_burger2.png?w=900 900w, /static/img/docs/v66/custom_unit_burger2.png?w=1040 1040w, /static/img/docs/v66/custom_unit_burger2.png?w=1240 1240w, /static/img/docs/v66/custom_unit_burger2.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Custom unit emoji&#34;width=&#34;389&#34;height=&#34;403&#34;title=&#34;Custom unit emoji&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v66/custom_unit_burger2.png&#34;
            alt=&#34;Custom unit emoji&#34;width=&#34;389&#34;height=&#34;403&#34;title=&#34;Custom unit emoji&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Custom unit emoji&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;h3 id=&#34;string-units&#34;&gt;String units&lt;/h3&gt;
&lt;p&gt;Grafana can sometime be too aggressive in parsing strings and displaying them as numbers. To make Grafana show the original string create a field override and add a unit property with the &lt;code&gt;string&lt;/code&gt; unit.&lt;/p&gt;
&lt;h2 id=&#34;color-scheme&#34;&gt;Color scheme&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Only available in Grafana 7.3&#43;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p pull-right&#34;
    style=&#34;max-width: 350px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link captioned&#34;
        href=&#34;/static/img/docs/v73/color_scheme_dropdown.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload mb-0&#34;
          data-src=&#34;/static/img/docs/v73/color_scheme_dropdown.png&#34;data-srcset=&#34;/static/img/docs/v73/color_scheme_dropdown.png?w=320 320w, /static/img/docs/v73/color_scheme_dropdown.png?w=550 550w, /static/img/docs/v73/color_scheme_dropdown.png?w=750 750w, /static/img/docs/v73/color_scheme_dropdown.png?w=900 900w, /static/img/docs/v73/color_scheme_dropdown.png?w=1040 1040w, /static/img/docs/v73/color_scheme_dropdown.png?w=1240 1240w, /static/img/docs/v73/color_scheme_dropdown.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;Color scheme&#34;width=&#34;734&#34;height=&#34;688&#34;title=&#34;Color scheme&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v73/color_scheme_dropdown.png&#34;
            alt=&#34;Color scheme&#34;width=&#34;734&#34;height=&#34;688&#34;title=&#34;Color scheme&#34;class=&#34;pull-right&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;figcaption class=&#34;w-100p caption text-gray-13  &#34;&gt;Color scheme&lt;/figcaption&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;The color scheme option defines how Grafana colors series or fields. There are multiple modes here that work very differently and their utility depends largely on what visualization you currently have selected.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Color by value&lt;/strong&gt;
In addition to deriving color from thresholds there are also continuous (gradient) color schemes. Useful for visualizations that color individual values. For example stat panels and the table panel. Continuous color modes use the percentage of a value relative to min and max to interpolate a color.&lt;/p&gt;
&lt;div class=&#34;clearfix&#34;&gt;&lt;/div&gt;
&lt;section class=&#34;expand-table-wrapper&#34;&gt;&lt;div class=&#34;button-div&#34;&gt;
      &lt;button class=&#34;expand-table-btn&#34;&gt;Expand table&lt;/button&gt;
    &lt;/div&gt;&lt;div class=&#34;responsive-table-wrapper&#34;&gt;
    &lt;table&gt;
      &lt;thead&gt;
          &lt;tr&gt;
              &lt;th&gt;Color mode&lt;/th&gt;
              &lt;th&gt;Description&lt;/th&gt;
          &lt;/tr&gt;
      &lt;/thead&gt;
      &lt;tbody&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Single color&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Specify a single color, useful in an override rule&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;From thresholds&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Informs Grafana to take the color from the matching threshold&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Classic palette&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Grafana will assign color by looking up a color in a palette by series index. Useful for Graphs and pie charts and other categorical data visualizations&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Green-Yellow-Red (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Blue-Yellow-Red (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Blues (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme (panel background to blue)&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Reds (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme (panel background color to blue)&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Greens (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme (panel background color to blue)&lt;/td&gt;
          &lt;/tr&gt;
          &lt;tr&gt;
              &lt;td&gt;&lt;strong&gt;Purple (by value)&lt;/strong&gt;&lt;/td&gt;
              &lt;td&gt;Continuous color scheme (panel background color to blue)&lt;/td&gt;
          &lt;/tr&gt;
      &lt;/tbody&gt;
    &lt;/table&gt;
  &lt;/div&gt;
&lt;/section&gt;&lt;h2 id=&#34;thresholds&#34;&gt;Thresholds&lt;/h2&gt;
&lt;p&gt;Thresholds allow you to change the color of a field based on the value.&lt;/p&gt;
&lt;p&gt;For more information and instructions, refer to &lt;a href=&#34;../../thresholds/&#34;&gt;Thresholds&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;value-mapping&#34;&gt;Value mapping&lt;/h2&gt;
&lt;p&gt;Lets you set rules that translate a field value or range of values into explicit text. You can add more than one value mapping.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Mapping type -&lt;/strong&gt; Click an option.
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Value -&lt;/strong&gt; Enter a value. If the field value is greater than or equal to the value, then the &lt;strong&gt;Text&lt;/strong&gt; is displayed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;From&lt;/strong&gt; and &lt;strong&gt;To -&lt;/strong&gt; Enter a range. If the field value is between or equal to the values in the range, then the &lt;strong&gt;Text&lt;/strong&gt; is displayed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Text -&lt;/strong&gt; Text that is displayed if the conditions are met in a field. This field accepts variables.&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="standard-field-options">Standard field options&lt;/h1>
&lt;p>This section explains all available field options. They are listed in alphabetical order.&lt;/p>
&lt;p>You can apply standard field options to most built-in Grafana panels. Some older panels and community panels that have not updated to the new panel and data model will be missing either all or some of these field options.&lt;/p></description></item></channel></rss>