<?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: I would like to know If I can define a particular color for each line in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306477#M39120</link>
    <description>&lt;P&gt;Some gave you pretty good information on it and if that doesn't answer the question I got most of my ideas on this topic from this page here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Chartcustomization#Chart_colors"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Chartcustomization#Chart_colors&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sometimes default colors make my charts tougher to read so I definitely understand the need.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2017 12:31:15 GMT</pubDate>
    <dc:creator>edmanicus</dc:creator>
    <dc:date>2017-07-14T12:31:15Z</dc:date>
    <item>
      <title>I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306473#M39116</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;On the graphic below, each line represents an office, I would like to know, if it is possible, to define, a color for each office, despite if the office appears or not in the timeframe selected.&lt;/P&gt;

&lt;P&gt;Thanks in advance to all Splunkers!&lt;/P&gt;

&lt;P&gt;&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/3195iA5EFEB0E50DE4975/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>Thu, 13 Jul 2017 17:56:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306473#M39116</guid>
      <dc:creator>leandrot</dc:creator>
      <dc:date>2017-07-13T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306474#M39117</link>
      <description>&lt;P&gt;If the name of the offices (which I'm assuming appears as a field in your result) has a definite/static names, you can use charting.fieldColors attribute in your chart to specify color that you want to use for your office/field.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Viz/BuildandeditdashboardswithSimplifiedXML#Specify_custom_colors_for_fields_in_charts"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Viz/BuildandeditdashboardswithSimplifiedXML#Specify_custom_colors_for_fields_in_charts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 19:20:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306474#M39117</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-07-13T19:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306475#M39118</link>
      <description>&lt;P&gt;Thanks for the reply. But, how can I do it, if it is not as a field in a result ?&lt;BR /&gt;
As an example I have a query " dedup AGENT | stats count(AGENT) as "User Count" by OFFICE | table OFFICE "User Count" " which returns as a bar chart, the amount of users in each office.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:40:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306475#M39118</guid>
      <dc:creator>leandrot</dc:creator>
      <dc:date>2017-07-13T20:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306476#M39119</link>
      <description>&lt;P&gt;Then you'd use &lt;CODE&gt;charting.seriesColors&lt;/CODE&gt; attribute (see &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference#General_chart_properties"&gt;this link&lt;/A&gt; and scroll down the table for that attribute). Only caveat is that Splunk will use those colors sequentially, so the order of color you define there should match with your OFFICE values (they should be sorted ascending order of OFFICE after stats. &lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 20:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306476#M39119</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-07-13T20:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306477#M39120</link>
      <description>&lt;P&gt;Some gave you pretty good information on it and if that doesn't answer the question I got most of my ideas on this topic from this page here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Chartcustomization#Chart_colors"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Viz/Chartcustomization#Chart_colors&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Sometimes default colors make my charts tougher to read so I definitely understand the need.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 12:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306477#M39120</guid>
      <dc:creator>edmanicus</dc:creator>
      <dc:date>2017-07-14T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to know If I can define a particular color for each line</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306478#M39121</link>
      <description>&lt;P&gt;Thanks for the reply I have been able to achieve this by adding "over sourcetype" on the search&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 17:37:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/I-would-like-to-know-If-I-can-define-a-particular-color-for-each/m-p/306478#M39121</guid>
      <dc:creator>leandrot</dc:creator>
      <dc:date>2017-07-27T17:37:49Z</dc:date>
    </item>
  </channel>
</rss>

