<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to add a label under a radial gauge in a panel? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-label-under-a-radial-gauge-in-a-panel/m-p/129679#M7654</link>
    <description>&lt;P&gt;I would like to know how to add a label under a radial gauge panel?&lt;BR /&gt;
I mean I want to set units under the radial gauge panel.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jul 2015 23:24:13 GMT</pubDate>
    <dc:creator>Ahmedkhalil</dc:creator>
    <dc:date>2015-07-19T23:24:13Z</dc:date>
    <item>
      <title>How to add a label under a radial gauge in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-label-under-a-radial-gauge-in-a-panel/m-p/129679#M7654</link>
      <description>&lt;P&gt;I would like to know how to add a label under a radial gauge panel?&lt;BR /&gt;
I mean I want to set units under the radial gauge panel.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2015 23:24:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-label-under-a-radial-gauge-in-a-panel/m-p/129679#M7654</guid>
      <dc:creator>Ahmedkhalil</dc:creator>
      <dc:date>2015-07-19T23:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a label under a radial gauge in a panel?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-label-under-a-radial-gauge-in-a-panel/m-p/129680#M7655</link>
      <description>&lt;P&gt;As far as I know this might not be possible :  &lt;A href="http://answers.splunk.com/answers/25553/how-to-set-radialgauge-text-value.html"&gt;http://answers.splunk.com/answers/25553/how-to-set-radialgauge-text-value.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But you can try adding a separate html code just below you chart to show the same information -&lt;BR /&gt;
Here is example in simple xml - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
     &amp;lt;panel&amp;gt;
        &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
          index=_internal source="*splunkd.log"
          ( log_level=ERROR OR log_level=WARN*
          OR log_level=FATAL OR log_level=CRITICAL )
          | stats count as log_events
          | rangemap field=log_events low=1-10000 elevated=10001-30000 default=severe
          &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-1h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;radialGauge&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h2 style="text-align:center;"&amp;gt; Label &amp;lt;/h2&amp;gt;
        &amp;lt;/html&amp;gt;
        &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jul 2015 06:22:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-label-under-a-radial-gauge-in-a-panel/m-p/129680#M7655</guid>
      <dc:creator>dineshraj9</dc:creator>
      <dc:date>2015-07-20T06:22:38Z</dc:date>
    </item>
  </channel>
</rss>

