<?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 Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731242#M21283</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;is there any option to add to this code, so that small values are not summarised as other in my pie chart?&lt;/P&gt;
&lt;PRE&gt;legend1 label=none
        shape=bar(4,1.5)
        position=(top left)
        offset=(5,)
        across=1
        mode=share;

proc gchart data=mydat;
    pie var1 / sumvar=cases
	            noheading
                     coutline=black
				value= inside
				slice=arrow
				percent=outside
				legend=legend1;
			
run;
quit;
&lt;/PRE&gt;</description>
    <pubDate>Sun, 04 Apr 2021 15:17:02 GMT</pubDate>
    <dc:creator>Anita_n</dc:creator>
    <dc:date>2021-04-04T15:17:02Z</dc:date>
    <item>
      <title>Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731242#M21283</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;is there any option to add to this code, so that small values are not summarised as other in my pie chart?&lt;/P&gt;
&lt;PRE&gt;legend1 label=none
        shape=bar(4,1.5)
        position=(top left)
        offset=(5,)
        across=1
        mode=share;

proc gchart data=mydat;
    pie var1 / sumvar=cases
	            noheading
                     coutline=black
				value= inside
				slice=arrow
				percent=outside
				legend=legend1;
			
run;
quit;
&lt;/PRE&gt;</description>
      <pubDate>Sun, 04 Apr 2021 15:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731242#M21283</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2021-04-04T15:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731249#M21286</link>
      <description>&lt;P&gt;Small values of variable CASES? Small pie slices? What is your definition of "small"?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 15:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731249#M21286</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-04T15:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731257#M21288</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;Hi, I mean both situation, because small values of variable cases automatically draws small pie slices&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 16:30:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731257#M21288</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2021-04-04T16:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731276#M21291</link>
      <description>&lt;P&gt;You would have to filter the data before you create the PIE chart, so that PROC GCHART is not working on the full data set, but it is working on a data set where you have removed the small values and/or small slices.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 10:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731276#M21291</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-04-05T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731357#M21293</link>
      <description>&lt;P&gt;Set OTHER=0 on the PIE statement.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 13:42:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731357#M21293</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2021-04-05T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Values less than or equal to percent-of-total shouldn't be summarised as Other gchart(pie)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731422#M21294</link>
      <description>&lt;P&gt;Do you want small values to not be shown at all? Or do you want small values to stay in their own slices, rather than being summarized into the automatically generated 'Other' slice? (there are 2 answers above in previous comments - one for each of these scenarios)&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 20:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Values-less-than-or-equal-to-percent-of-total-shouldn-t-be/m-p/731422#M21294</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2021-04-05T20:15:13Z</dc:date>
    </item>
  </channel>
</rss>

