<?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 Why is my pie chart not displaying the percentage count for each of my 24 rows of data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146312#M40870</link>
    <description>&lt;P&gt;I have a search that properly pulls all the information up, under the statistics tab, there are a total of 24 rows.&lt;/P&gt;

&lt;P&gt;I want the pie chart to represent all 24 rows individally as a percentage by count of each of the 24 rows. I've already grouped all my results the way I want them to be through the search.&lt;/P&gt;

&lt;P&gt;For some reason, the piechart is grouping the rows in a strange way, as such:&lt;BR /&gt;
90% - one row&lt;BR /&gt;
8.1 % - 22 of the rows, and it sums up the count for those&lt;BR /&gt;
~ 1% - 1 other row&lt;/P&gt;

&lt;P&gt;How can I fix this?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2015 18:40:05 GMT</pubDate>
    <dc:creator>nsshey</dc:creator>
    <dc:date>2015-06-09T18:40:05Z</dc:date>
    <item>
      <title>Why is my pie chart not displaying the percentage count for each of my 24 rows of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146312#M40870</link>
      <description>&lt;P&gt;I have a search that properly pulls all the information up, under the statistics tab, there are a total of 24 rows.&lt;/P&gt;

&lt;P&gt;I want the pie chart to represent all 24 rows individally as a percentage by count of each of the 24 rows. I've already grouped all my results the way I want them to be through the search.&lt;/P&gt;

&lt;P&gt;For some reason, the piechart is grouping the rows in a strange way, as such:&lt;BR /&gt;
90% - one row&lt;BR /&gt;
8.1 % - 22 of the rows, and it sums up the count for those&lt;BR /&gt;
~ 1% - 1 other row&lt;/P&gt;

&lt;P&gt;How can I fix this?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:40:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146312#M40870</guid>
      <dc:creator>nsshey</dc:creator>
      <dc:date>2015-06-09T18:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my pie chart not displaying the percentage count for each of my 24 rows of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146313#M40871</link>
      <description>&lt;P&gt;Edit the XML to change the value of the &lt;CODE&gt;sliceCollapsingThreshold&lt;/CODE&gt; to &lt;CODE&gt;0&lt;/CODE&gt; to disable collapsing; read about how the panel collapses values into "other" (see sliceCollapsingThreshold):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/CustomChartingConfig-chartlegend#piechart"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/AdvancedDev/CustomChartingConfig-chartlegend#piechart&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;By default, values that make up less that 1% of the whole are collapsed into "other".&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 18:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146313#M40871</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-09T18:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my pie chart not displaying the percentage count for each of my 24 rows of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146314#M40872</link>
      <description>&lt;P&gt;where is this config file located? I see documentation for a list of config files, but nothing about where layout.chart sits?&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/Listofconfigurationfiles"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/Listofconfigurationfiles&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 21:50:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146314#M40872</guid>
      <dc:creator>nsshey</dc:creator>
      <dc:date>2015-06-09T21:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my pie chart not displaying the percentage count for each of my 24 rows of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146315#M40873</link>
      <description>&lt;P&gt;It is not in a config file, it is in your Simple XML.  Click &lt;CODE&gt;Edit Source&lt;/CODE&gt; on the upper right of your dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 22:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146315#M40873</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-09T22:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is my pie chart not displaying the percentage count for each of my 24 rows of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146316#M40874</link>
      <description>&lt;P&gt;Do you know how I can set the pie chart to display the top N amount of values and combine the rest into other?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-my-pie-chart-not-displaying-the-percentage-count-for-each/m-p/146316#M40874</guid>
      <dc:creator>nsshey</dc:creator>
      <dc:date>2015-06-23T19:21:13Z</dc:date>
    </item>
  </channel>
</rss>

