<?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 Single Value Button Question in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59536#M3120</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;With single value buttons, I know that you can have red, green and amber colours as standard.&lt;/P&gt;

&lt;P&gt;How would I be able to define my own colours (purple, orange etc) for this object?
E.g. I want the colour of my single value button to turn purple when a certain value range is reached.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
    <pubDate>Tue, 28 Sep 2010 23:56:32 GMT</pubDate>
    <dc:creator>Ant1D</dc:creator>
    <dc:date>2010-09-28T23:56:32Z</dc:date>
    <item>
      <title>Single Value Button Question</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59536#M3120</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;

&lt;P&gt;With single value buttons, I know that you can have red, green and amber colours as standard.&lt;/P&gt;

&lt;P&gt;How would I be able to define my own colours (purple, orange etc) for this object?
E.g. I want the colour of my single value button to turn purple when a certain value range is reached.&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2010 23:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59536#M3120</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-28T23:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value Button Question</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59537#M3121</link>
      <description>&lt;P&gt;You need to define a CSS class for this. Best way to do this is to create a application.css file in the app of your dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/&amp;lt;APP&amp;gt;/appserver/static/application.css
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here are some sample CSS rules:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.SingleValue .purple { background-color: purple; color: white; }
.SingleValue .darkred { background-color: #CC0000; color: #FFFFFF; }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;These same rules define 2 classes (purple and darkred) that can be used to color the single value element.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 00:06:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59537#M3121</guid>
      <dc:creator>ziegfried</dc:creator>
      <dc:date>2010-09-29T00:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value Button Question</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59538#M3122</link>
      <description>&lt;P&gt;Thanks again Ziegfried&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 16:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Button-Question/m-p/59538#M3122</guid>
      <dc:creator>Ant1D</dc:creator>
      <dc:date>2010-09-29T16:09:09Z</dc:date>
    </item>
  </channel>
</rss>

