<?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 graph line color in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108794#M28347</link>
    <description>&lt;P&gt;Thank you for your valuable answer....&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2012 12:20:28 GMT</pubDate>
    <dc:creator>aneeshkjm123</dc:creator>
    <dc:date>2012-11-20T12:20:28Z</dc:date>
    <item>
      <title>how to change graph line color</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108792#M28345</link>
      <description>&lt;P&gt;I have drawn one line graph by severity. and it has three types:&lt;BR /&gt;
Error,Warning,Notice. I want to Display Error line in Red,warning in orange and Notice in blue color. who can i give custom colors to graph.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2011 13:11:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108792#M28345</guid>
      <dc:creator>geetanjali</dc:creator>
      <dc:date>2011-05-25T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to change graph line color</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108793#M28346</link>
      <description>&lt;P&gt;In simple XML, it would look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
 &amp;lt;label&amp;gt;My dashboard&amp;lt;/label&amp;gt;
 &amp;lt;row&amp;gt;
  &amp;lt;chart&amp;gt;
   &amp;lt;searchName&amp;gt;My saved report&amp;lt;/searchName&amp;gt;
    &amp;lt;option name="charting.legend.labels"&amp;gt;[Error,Warning,Notice]&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.seriesColors"&amp;gt;[0xFF0000,0xF87217,0x0000FF]&amp;lt;/option&amp;gt;
   &amp;lt;/chart&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Whereas in the Advanced XML, you would update it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...
&amp;lt;module name="HiddenChartFormatter"&amp;gt;
  &amp;lt;param name="charting.legend.labels"&amp;gt;[Error,Warning,Notice]&amp;lt;/param&amp;gt;
  &amp;lt;param name="charting.seriesColors"&amp;gt;[0xFF0000,0xF87217,0x0000FF]&amp;lt;/param&amp;gt;
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Further reading:  &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/AdvancedCharting#Chart_colors"&gt;http://www.splunk.com/base/Documentation/latest/Developer/AdvancedCharting#Chart_colors&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2011 14:16:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108793#M28346</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2011-05-25T14:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to change graph line color</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108794#M28347</link>
      <description>&lt;P&gt;Thank you for your valuable answer....&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 12:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-change-graph-line-color/m-p/108794#M28347</guid>
      <dc:creator>aneeshkjm123</dc:creator>
      <dc:date>2012-11-20T12:20:28Z</dc:date>
    </item>
  </channel>
</rss>

