<?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 colors of each bar in a barchart? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-colors-of-each-bar-in-a-barchart/m-p/495235#M32419</link>
    <description>&lt;P&gt;Hi folks ,&lt;/P&gt;

&lt;P&gt;I wanted to change the color of each bar in a bar chart ,the field value of these bar charts are not legends . I see the coloring will work only for the legends or with some threshold value. I have count as my legend for now. Please suggest how can i achieve this.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 05:48:11 GMT</pubDate>
    <dc:creator>Inayath_khan</dc:creator>
    <dc:date>2020-05-08T05:48:11Z</dc:date>
    <item>
      <title>How to change the colors of each bar in a barchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-colors-of-each-bar-in-a-barchart/m-p/495235#M32419</link>
      <description>&lt;P&gt;Hi folks ,&lt;/P&gt;

&lt;P&gt;I wanted to change the color of each bar in a bar chart ,the field value of these bar charts are not legends . I see the coloring will work only for the legends or with some threshold value. I have count as my legend for now. Please suggest how can i achieve this.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 05:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-colors-of-each-bar-in-a-barchart/m-p/495235#M32419</guid>
      <dc:creator>Inayath_khan</dc:creator>
      <dc:date>2020-05-08T05:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the colors of each bar in a barchart?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-colors-of-each-bar-in-a-barchart/m-p/495236#M32420</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Check this sample, if it does not help share your query&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;chart&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal 
| stats count by sourcetype 
| transpose 0 header_field=sourcetype |fields - column&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&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="charting.chart"&amp;gt;bar&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 May 2020 06:00:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-change-the-colors-of-each-bar-in-a-barchart/m-p/495236#M32420</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2020-05-08T06:00:20Z</dc:date>
    </item>
  </channel>
</rss>

