<?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 Re: Single Value Font Color in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329041#M21336</link>
    <description>&lt;P&gt;@craigwilkinson... If you are using dark.css from Splunk 6.x Dashboard Examples there is a comment explicitely for this...&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Single value text must be left alone (grey) because if I override it then you can't color it later (via value or trend)&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2017 08:21:15 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-04-13T08:21:15Z</dc:date>
    <item>
      <title>Single Value Font Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329040#M21335</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Is there a way to manipulate the font color of a Single Value panel?&lt;/P&gt;

&lt;P&gt;I'm looking to use dark.css but notice the single value font color is a dark grey, which is nearly unreadable on the black background. &lt;BR /&gt;
Would just like the font color to be white, with a green/red trend value.&lt;/P&gt;

&lt;P&gt;Here's what I have tried to so far in editing dark.css:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/* SingleValue */
.SingleValueHolder {
        font-size: 14px;
        font-weight: bold;
        color: #ffffff !important;
}

.SingleValue .singleResult {
        font-size: 28px;
        vertical-align: -4px;
        margin: 0px 6px;
        color: #ffffff !important;
}

.SingleValue .None .singleResult {
        color: #ffffff !important;
}

.singleLabel {
        color: #ffffff !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The code for my single value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;title&amp;gt;HFW01 DEV TCP OUT QUEUE&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;earliest=-10m  index=_internal host=*hfw* source=*metrics.log group=queue name=tcpout_devidx | eval queuecapacity_percent=round((current_size/max_size)*100,2) | eval current_size_mb=round((current_size/1024/1024),2) | eval max_size_mb=round((max_size/1024/1024),2)  | timechart span=1m max(queuecapacity_percent)&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-1d&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="refresh.auto.interval"&amp;gt;300&amp;lt;/option&amp;gt;
        &amp;lt;option name="afterLabel"&amp;gt;%&amp;lt;/option&amp;gt;
        &amp;lt;option name="colorBy"&amp;gt;value&amp;lt;/option&amp;gt;
        &amp;lt;option name="colorMode"&amp;gt;block&amp;lt;/option&amp;gt;
        &amp;lt;option name="numberPrecision"&amp;gt;0.00&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeColors"&amp;gt;["0x65a637","0x65a637","0xf7bc38","0xf58f39","0xd93f3c"]&amp;lt;/option&amp;gt;
        &amp;lt;option name="rangeValues"&amp;gt;[0,50,70,90]&amp;lt;/option&amp;gt;
        &amp;lt;option name="showSparkline"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="showTrendIndicator"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendColorInterpretation"&amp;gt;standard&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendDisplayMode"&amp;gt;absolute&amp;lt;/option&amp;gt;
        &amp;lt;option name="trendInterval"&amp;gt;-10m&amp;lt;/option&amp;gt;
        &amp;lt;option name="underLabel"&amp;gt;compared to 10mins before&amp;lt;/option&amp;gt;
        &amp;lt;option name="useColors"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="useThousandSeparators"&amp;gt;1&amp;lt;/option&amp;gt;
        &amp;lt;option name="linkView"&amp;gt;search&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there something I'm missing here?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Craig&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 07:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329040#M21335</guid>
      <dc:creator>craigwilkinson</dc:creator>
      <dc:date>2017-04-13T07:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value Font Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329041#M21336</link>
      <description>&lt;P&gt;@craigwilkinson... If you are using dark.css from Splunk 6.x Dashboard Examples there is a comment explicitely for this...&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Single value text must be left alone (grey) because if I override it then you can't color it later (via value or trend)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:21:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329041#M21336</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-13T08:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value Font Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329042#M21337</link>
      <description>&lt;P&gt;Thanks for the quick response - I noticed this, but i am still keen override for testing purposes.&lt;/P&gt;

&lt;P&gt;Alternatively another way to achieve the desired result? &lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:26:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329042#M21337</guid>
      <dc:creator>craigwilkinson</dc:creator>
      <dc:date>2017-04-13T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Single Value Font Color</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329043#M21338</link>
      <description>&lt;P&gt;Hi craigwilkinson,&lt;BR /&gt;
did you tried to use colors in your Single panel forcing the color?&lt;BR /&gt;
you can force the color giving the same color to all the value ranges.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 11:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Single-Value-Font-Color/m-p/329043#M21338</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-04-13T11:01:37Z</dc:date>
    </item>
  </channel>
</rss>

