<?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 approximate pie chart percentage? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-approximate-pie-chart-percentage/m-p/630265#M108041</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I want to change the percentage of pie chart to be integer&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using this to show the percentage&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  &amp;lt;option name="charting.chart.showPercent"&amp;gt;1&amp;lt;/option&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and my query is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="test"  sourcetype=csv | chart count by status &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 16:17:40 GMT</pubDate>
    <dc:creator>hagar71</dc:creator>
    <dc:date>2023-02-09T16:17:40Z</dc:date>
    <item>
      <title>How to approximate pie chart percentage?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-approximate-pie-chart-percentage/m-p/630265#M108041</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I want to change the percentage of pie chart to be integer&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using this to show the percentage&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;  &amp;lt;option name="charting.chart.showPercent"&amp;gt;1&amp;lt;/option&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and my query is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index="test"  sourcetype=csv | chart count by status &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 16:17:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-approximate-pie-chart-percentage/m-p/630265#M108041</guid>
      <dc:creator>hagar71</dc:creator>
      <dc:date>2023-02-09T16:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to approximate pie chart percentage?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-approximate-pie-chart-percentage/m-p/631371#M108218</link>
      <description>&lt;P&gt;this may be a bit 'hacky', but if you want the actual value (the count) instead of the percentage, as part of the label on each slice, you could do something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="test"  sourcetype=csv | chart count by status |eval status=status." ".count&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 17 Feb 2023 17:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-approximate-pie-chart-percentage/m-p/631371#M108218</guid>
      <dc:creator>nyc_jason</dc:creator>
      <dc:date>2023-02-17T17:11:09Z</dc:date>
    </item>
  </channel>
</rss>

