<?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: How to change the color for a datavalue text in column chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323957#M96683</link>
    <description>&lt;P&gt;@sudarshan391... the above screenshot is when the column chart's &lt;STRONG&gt;Stack Mode&lt;/STRONG&gt; is set to &lt;STRONG&gt;stacked&lt;/STRONG&gt; or "stacked 100%". By default it is "not stacked" so you don't have data values inside the columns. You can edit the Dashboard/Visualization and do this from Format menu. Please try out and let us know how it goes. &lt;/P&gt;

&lt;P&gt;You should ideally ask a separate question for situations like this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 16:57:30 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-04-11T16:57:30Z</dc:date>
    <item>
      <title>How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323954#M96680</link>
      <description>&lt;P&gt;I've created a column chart and displayed datavaule on the column, but the color datavalue text are very light and difficult to read. How can I change the color for them or highlight them ?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2749i363BD7ADFE5BD47B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 23:31:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323954#M96680</guid>
      <dc:creator>t900502</dc:creator>
      <dc:date>2017-04-10T23:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323955#M96681</link>
      <description>&lt;P&gt;@t900502... Please refer to my documentation on the same on the following Wiki link. In your case you need to override the data label &lt;CODE&gt;g.highcharts-data-labels text&lt;/CODE&gt; text font color via CSS.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;svg &amp;gt; g.highcharts-data-labels &amp;gt; g &amp;gt; text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/User_talk:Niketnilay#Topic_2:_Overriding_Chart_Styles_using_CSS"&gt;http://wiki.splunk.com/User_talk:Niketnilay#Topic_2:_Overriding_Chart_Styles_using_CSS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can also refer to &lt;STRONG&gt;Custom Layout Example: Dark&lt;/STRONG&gt; example provided in &lt;STRONG&gt;Splunk 6.x Dashboard Examples&lt;/STRONG&gt; app for introducing custom CSS Layout to your dashboards.&lt;/P&gt;

&lt;P&gt;PS: CSS override may require your to reboot Splunk and clear browser history for changes to reflect.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:31:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323955#M96681</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-11T08:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323956#M96682</link>
      <description>&lt;P&gt;@t900502 hi, sorry for asking a question in your post....how you put the datavalue text in column chart itself.&lt;BR /&gt;
I am looking for the same thing and it will save time if you could bring your point here.&lt;/P&gt;

&lt;P&gt;Thanks and sorry again.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Sud&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:43:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323956#M96682</guid>
      <dc:creator>sudarshan391</dc:creator>
      <dc:date>2017-04-11T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323957#M96683</link>
      <description>&lt;P&gt;@sudarshan391... the above screenshot is when the column chart's &lt;STRONG&gt;Stack Mode&lt;/STRONG&gt; is set to &lt;STRONG&gt;stacked&lt;/STRONG&gt; or "stacked 100%". By default it is "not stacked" so you don't have data values inside the columns. You can edit the Dashboard/Visualization and do this from Format menu. Please try out and let us know how it goes. &lt;/P&gt;

&lt;P&gt;You should ideally ask a separate question for situations like this &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 16:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323957#M96683</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-11T16:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323958#M96684</link>
      <description>&lt;P&gt;It's fine, seems you have got answer already.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 20:14:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323958#M96684</guid>
      <dc:creator>t900502</dc:creator>
      <dc:date>2017-04-11T20:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323959#M96685</link>
      <description>&lt;P&gt;Thanks a lot. it works after I changed the color.&lt;/P&gt;

&lt;P&gt;But, How can I save it ? It came back when I re-fresh the page.&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 20:17:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323959#M96685</guid>
      <dc:creator>t900502</dc:creator>
      <dc:date>2017-04-11T20:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323960#M96686</link>
      <description>&lt;P&gt;@t900502... I think you are overriding the color directly in Inspect. You need to override using CSS for changes to be permanent. Did you follow the topic? Nevertheless, try the following steps:&lt;/P&gt;

&lt;P&gt;Save the svg override as a CSS file (for example: svg-data-label-override.css)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;svg &amp;gt; g.highcharts-data-labels &amp;gt; g &amp;gt; text
{
    fill:blue !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then in your dashboard you would need to refer to the CSS file to override svg data label color.&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;dashboard stylesheet="svg-data-label-override.css"&amp;gt;&lt;/CODE&gt; or &lt;CODE&gt;&amp;lt;form stylesheet="svg-data-label-override.css"&amp;gt;&lt;/CODE&gt; depending upon whichever you are having.&lt;/P&gt;

&lt;P&gt;PS: CSS/JS extension to Simple XML may require restart of Splunk and clearing of web browser history for changes to reflect.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 01:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323960#M96686</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-12T01:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323961#M96687</link>
      <description>&lt;P&gt;@niketnilay thanks yes, i was able to do the same. actually there is one more field just below the stack mode that is &lt;STRONG&gt;Show Data Values&lt;/STRONG&gt; if we switch that on the values started to come on top of every column. and when we set Stack Mode to stacked these values start to come inside the column. both options are working for me. thanks for your quick reply.&lt;/P&gt;

&lt;P&gt;I have some further questions regarding the  column values, let me create new discussion.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 04:58:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323961#M96687</guid>
      <dc:creator>sudarshan391</dc:creator>
      <dc:date>2017-04-12T04:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323962#M96688</link>
      <description>&lt;P&gt;@sudarshan391... Glad it worked. Do post your question. You will definitely find a prompt answer from the community.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 06:10:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323962#M96688</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-12T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323963#M96689</link>
      <description>&lt;P&gt;I don't have the access to "$SPLUNK_HOME/etc/app//appserver/static folder"&lt;/P&gt;

&lt;P&gt;anyway, thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:30:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323963#M96689</guid>
      <dc:creator>t900502</dc:creator>
      <dc:date>2017-04-12T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the color for a datavalue text in column chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323964#M96690</link>
      <description>&lt;P&gt;@t900502... You can also do it through Splunk UI provided you have access.&lt;/P&gt;

&lt;P&gt;You need to go the apps/local page in Splunk UI by clicking on Blue Bolt icon that appears when you click on Splunk menu from the top left.&lt;/P&gt;

&lt;P&gt;You can then select your App and &lt;STRONG&gt;Edit Properties&lt;/STRONG&gt; to &lt;STRONG&gt;Upload Asset&lt;/STRONG&gt; (in your case the CSS file). Provided you have the access to do the same from UI.&lt;/P&gt;

&lt;P&gt;Else request Splunk admin to do the same on your behalf.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 16:36:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-color-for-a-datavalue-text-in-column-chart/m-p/323964#M96690</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-12T16:36:35Z</dc:date>
    </item>
  </channel>
</rss>

