<?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: Force multiple colour per category in Pie Chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/601002#M49365</link>
    <description>&lt;P&gt;This worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;But, how can I standardize the 3 pie charts to have the same color scheme as the pie chart on the right:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1654677785862.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20001iFB455C755305F307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1654677785862.png" alt="POR160893_0-1654677785862.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The following is my code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_2-1654677897992.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20003i346DB9824FF854DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_2-1654677897992.png" alt="POR160893_2-1654677897992.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1654677872315.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20002i0C202AD3A7E7D1CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1654677872315.png" alt="POR160893_1-1654677872315.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks as always and I have given you Karma again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2022 08:45:12 GMT</pubDate>
    <dc:creator>POR160893</dc:creator>
    <dc:date>2022-06-08T08:45:12Z</dc:date>
    <item>
      <title>How to make multiple colour per category in Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/600825#M49345</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I need to create a pie chart .... however, the query sets all BOTH categories the SAME colour.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1654594228990.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19977i6D2E4C8AB430C3F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1654594228990.png" alt="POR160893_0-1654594228990.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1654594244411.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19978iC801C03783709C02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1654594244411.png" alt="POR160893_1-1654594244411.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I make them different?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/600825#M49345</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-06-07T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Force multiple colour per category in Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/600860#M49356</link>
      <description>&lt;P&gt;You have a Completion Status value of an empty string - this is not the same as a null value nor just a space. Convert the empty string to a space (or some other more useful value).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval "Completion Status"=if('Completion Status'=""," ",'Completion Status')&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 07 Jun 2022 12:53:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/600860#M49356</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-07T12:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Force multiple colour per category in Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/601002#M49365</link>
      <description>&lt;P&gt;This worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;But, how can I standardize the 3 pie charts to have the same color scheme as the pie chart on the right:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1654677785862.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20001iFB455C755305F307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1654677785862.png" alt="POR160893_0-1654677785862.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The following is my code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_2-1654677897992.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20003i346DB9824FF854DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_2-1654677897992.png" alt="POR160893_2-1654677897992.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1654677872315.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20002i0C202AD3A7E7D1CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1654677872315.png" alt="POR160893_1-1654677872315.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks as always and I have given you Karma again &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 08:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/601002#M49365</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-06-08T08:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Force multiple colour per category in Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/601003#M49366</link>
      <description>&lt;P&gt;Include the same charting.seriesColors option in all three charts.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 08:55:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-multiple-colour-per-category-in-Pie-Chart/m-p/601003#M49366</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-08T08:55:46Z</dc:date>
    </item>
  </channel>
</rss>

