<?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 change the font color in Simple XML for each line series in a timechart? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206022#M59926</link>
    <description>&lt;P&gt;I have a timechart with 3 line series:&lt;BR /&gt;
A,B and C&lt;/P&gt;

&lt;P&gt;Now, I have used series colors in Simple XML to change the colors of the 3 respective lines.&lt;BR /&gt;
However, the font color of the data label is still the default color.&lt;/P&gt;

&lt;P&gt;How can I change the font color for each line separately in Simple XML?&lt;BR /&gt;
If I set &lt;CODE&gt;char.fontcolor&lt;/CODE&gt;, it changes the font color for all data values.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2016 19:14:50 GMT</pubDate>
    <dc:creator>Sukisen1981</dc:creator>
    <dc:date>2016-08-04T19:14:50Z</dc:date>
    <item>
      <title>How to change the font color in Simple XML for each line series in a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206022#M59926</link>
      <description>&lt;P&gt;I have a timechart with 3 line series:&lt;BR /&gt;
A,B and C&lt;/P&gt;

&lt;P&gt;Now, I have used series colors in Simple XML to change the colors of the 3 respective lines.&lt;BR /&gt;
However, the font color of the data label is still the default color.&lt;/P&gt;

&lt;P&gt;How can I change the font color for each line separately in Simple XML?&lt;BR /&gt;
If I set &lt;CODE&gt;char.fontcolor&lt;/CODE&gt;, it changes the font color for all data values.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 19:14:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206022#M59926</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2016-08-04T19:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the font color in Simple XML for each line series in a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206023#M59927</link>
      <description>&lt;P&gt;You would have to use the &lt;CODE&gt;charting.fieldColors&lt;/CODE&gt; (sample update the field name and colors as per your need.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;option name="charting.fieldColors"&amp;gt;
          {"ERROR": 0xFF0000, "WARN": 0xFF9900, "INFO":0x0066FF, "NULL":0xC4C4C0}
        &amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Aug 2016 20:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206023#M59927</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-08-04T20:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the font color in Simple XML for each line series in a timechart?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206024#M59928</link>
      <description>&lt;P&gt;doesn't work.&lt;BR /&gt;
This xml transfers the field or the series , not the color of  the font, perhaps my question is not clear:&lt;BR /&gt;
snippet from my simple xml&lt;BR /&gt;
[Influx,Closure,Open]&lt;BR /&gt;
     [0x009900,0x333399,0xCC3300]&lt;BR /&gt;
   this works and changes the colors of influx, closure and open accordingly, which is basically the same as your code.&lt;BR /&gt;
what I want is to change the font colors of influx,closure and open also to match the series colors. All 3 are lines in a timechart&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 04:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-the-font-color-in-Simple-XML-for-each-line-series/m-p/206024#M59928</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2016-08-05T04:25:08Z</dc:date>
    </item>
  </channel>
</rss>

