<?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: Extended Pie Chart: Donut of Pie in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947439#M25071</link>
    <description>&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Pie-of-a-Pie-Chart/m-p/458950#M15822" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Pie-of-a-Pie-Chart/m-p/458950#M15822&lt;/A&gt;</description>
    <pubDate>Tue, 15 Oct 2024 02:19:36 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-10-15T02:19:36Z</dc:date>
    <item>
      <title>Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/693993#M25061</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to developing graphs in SAS. The following graphs do not exist in SAS.&lt;/P&gt;&lt;P&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Donuts of Pie" style="width: 395px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51027i2B96C79277C4EBED/image-dimensions/395x331?v=v2" width="395" height="331" role="button" title="Doughnut_Of_Pie" alt="Donuts of Pie" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Donuts of Pie&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Graphs-and-Chatrs-Pie-Chart-Donut-Chart-Template" style="width: 430px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51028i9E4C910F55D190FA/image-dimensions/430x311?v=v2" width="430" height="311" role="button" title="Graphs-and-Chatrs-Pie-Chart-Donut-Chart-Template" alt="Graphs-and-Chatrs-Pie-Chart-Donut-Chart-Template" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you please advise me of the best way to create the following types of graph because I am not sure how to begin?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example will be very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your advice. Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 12:59:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/693993#M25061</guid>
      <dc:creator>Kavita21K</dc:creator>
      <dc:date>2020-10-24T12:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694008#M25062</link>
      <description>&lt;P&gt;You can submit code for other languages from SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can create these examples of Pie Charts in other systems (language + graphing library), what are they and their coding ?&lt;/P&gt;
&lt;P&gt;SAS can generate source code for the other system and submit it in order to produce the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past the Data Step Graphics Interface (DSGI) would let you draw&amp;nbsp;&lt;EM&gt;anything&lt;/EM&gt; you wanted using the Base Graph driver, however, the output images are not as polished looking as statistical graphics (SG) produced output.&amp;nbsp; Also, DSGI became unsupported (i.e hidden legacy with no documentation, just a step above deprecated) in 9.4.&amp;nbsp; DSGI still works but you get scary message in log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today you can use &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=part-6.htm&amp;amp;locale=en" target="_self"&gt;SG Annotation&lt;/A&gt; to markup SGPLOT SGPIE output, or render a scratch drawing of SGANNO available functions presented through a custom template (GTL) played by SGRENDER TEMPLATE= SGANNO=.&amp;nbsp; The current downside is that the SGANNO function dictionary has a limited set of graphics operations compared to DSGI.&amp;nbsp; Some features SGANNO is missing are ARC and PIE functions -- so doing SAS coding to produce SG output according to your new pie design might be arduous at best.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 15:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694008#M25062</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-10-24T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694020#M25063</link>
      <description>&lt;P&gt;Hi Kavita,&lt;/P&gt;
&lt;P&gt;without any sample data, we can only suggest.&amp;nbsp; Your can look at the explode option for pie charts.&amp;nbsp; Also GTL gives you the tools for pretty sophisticated graphs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a loot at this paper for ways to approach your problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/071-2008.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/071-2008.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 17:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694020#M25063</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-10-24T17:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694094#M25064</link>
      <description>thank you. Here is some sample code:&lt;BR /&gt;goptions reset=all colors=(cx7c95ca cxde7d6f cx66ada0 cxb689cd cxa9865b cxbabc5c);&lt;BR /&gt;&lt;BR /&gt;data information;&lt;BR /&gt;input section $ country $ total;&lt;BR /&gt;datalines;&lt;BR /&gt;1 Germany 102&lt;BR /&gt;1 Greece 102&lt;BR /&gt;1 Iceland 107&lt;BR /&gt;1 Ireland 177&lt;BR /&gt;1 Italy 303&lt;BR /&gt;2 France 53&lt;BR /&gt;2 Finland 42&lt;BR /&gt;2 Denmark 41&lt;BR /&gt;2 Belgium 38&lt;BR /&gt;2 Austria 36&lt;BR /&gt;;.&lt;BR /&gt;proc sort;&lt;BR /&gt;by total;&lt;BR /&gt;proc gchart;&lt;BR /&gt;pie section/value = outside discrete freq=total value=inside&lt;BR /&gt;noheading coutline=black detail=country&lt;BR /&gt;detail_percent=best&lt;BR /&gt;detail_value=none&lt;BR /&gt;detail_slice=best&lt;BR /&gt;detail_threshold=2&lt;BR /&gt;legend discrete freq=total value=inside&lt;BR /&gt;noheading coutline=black;&lt;BR /&gt;pattern1 color=ROSE ;&lt;BR /&gt;pattern2 color=OLIVE ;&lt;BR /&gt;pattern3 color=LIGB ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;Can you please let me know how I can draw a donut with the pie and extend it with dashed lines?&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Sun, 25 Oct 2020 11:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694094#M25064</guid>
      <dc:creator>Kavita21K</dc:creator>
      <dc:date>2020-10-25T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694144#M25065</link>
      <description>&lt;P&gt;For the second graph:&lt;/P&gt;
&lt;P&gt;1. Make a &lt;STRONG&gt;pie&lt;/STRONG&gt; as per your code, and use option &lt;FONT face="courier new,courier"&gt;invible=&lt;/FONT&gt; as shown in the paper linked by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78622"&gt;@ghosh&lt;/a&gt; to free the space for the donut plot&lt;/P&gt;
&lt;P&gt;2. Make a donut chart to plot the &lt;STRONG&gt;donut&lt;/STRONG&gt; data&lt;/P&gt;
&lt;P&gt;3. Use proc greplay to &lt;STRONG&gt;superimpose&lt;/STRONG&gt; the two charts, pie on top.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 01:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694144#M25065</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-26T01:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694539#M25066</link>
      <description>Thank you so much! Only one last question is how do I draw 2 lines from one graph to the other as shown in my example?</description>
      <pubDate>Tue, 27 Oct 2020 12:36:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694539#M25066</guid>
      <dc:creator>Kavita21K</dc:creator>
      <dc:date>2020-10-27T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694561#M25067</link>
      <description>Also, how can you align 2 charts with proc greplay if I wanted to move 1 of the images more to the left or right?</description>
      <pubDate>Tue, 27 Oct 2020 12:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694561#M25067</guid>
      <dc:creator>Kavita21K</dc:creator>
      <dc:date>2020-10-27T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694682#M25068</link>
      <description>&lt;P&gt;You can position your graphs as wanted. See &lt;A href="https://support.sas.com/kb/44/973.html" target="_blank"&gt;https://support.sas.com/kb/44/973.html&lt;/A&gt;&amp;nbsp;for example.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 20:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694682#M25068</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-27T20:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694684#M25069</link>
      <description>&lt;P&gt;Unsure what you mean, but you probably need to use an annotate data set to draw custom lines.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 20:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694684#M25069</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-10-27T20:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694688#M25070</link>
      <description>&lt;P&gt;My apologies, I have not had the time to follow up.&amp;nbsp; I am not sure how you would draw those lines.&amp;nbsp; I have a feeling if you got the example from a publication, it was likely drawn in an image editing software&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 20:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/694688#M25070</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-10-27T20:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947439#M25071</link>
      <description>&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Pie-of-a-Pie-Chart/m-p/458950#M15822" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Pie-of-a-Pie-Chart/m-p/458950#M15822&lt;/A&gt;</description>
      <pubDate>Tue, 15 Oct 2024 02:19:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947439#M25071</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-15T02:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947451#M25072</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
value $fmt(default=80)
'Very Heavy (&amp;gt; 25)','Moderate (6-15)','Light (1-5)'=' other'; /*add a white blank before 'other' is to make 'other' appeared at first place in PERCENT_MAIN dataset*/
run;

data have;
 set sashelp.heart(keep=Smoking_Status rename=(Smoking_Status=type) where=(type is not missing));
 category=put(type,$fmt.);
run;
proc freq data=have noprint order=internal;
table category/out=percent_main;      /*get main pie percent*/
table category*Type/out=percent_all;  /*get sub pie percent*/
run;
/*process main pie*/
data main_temp;
set percent_main;
PERCENT=0.01*PERCENT;
if _n_=1 then percent_cum=PERCENT/2;  /*when category='other'*/
 else percent_cum+PERCENT;
keep category percent_cum PERCENT;
format PERCENT percent8.2;
run;
data main_pie;
 set main_temp;
 pi=constant('pi');
 lag_percent_cum=lag(percent_cum);
 label=catx('|',category,put(PERCENT,percent8.2));
 id=_n_;x=0;y=0;output;
 if _n_=1 then do;  /*when category='other'*/
   do theta=-2*pi*percent_cum to 2*pi*percent_cum by 0.001;
     x=cos(theta);y=sin(theta); output;
   end;
 end;
 else do;
    do theta=2*pi*lag_percent_cum to 2*pi*percent_cum by 0.001;
     x=cos(theta);y=sin(theta); output;
   end;
 end;

 keep category id x y PERCENT label;
run;
/*Keep line position1*/
data line_pos1(rename=(id=line_id x=line_x y=line_y));
 set main_pie(where=(id=1 and x ne 0)) end=last;
 if _n_=1 or last ;
 keep id x y;
run;


/*process sub pie*/
proc sql;
create table sub_temp as
select type,0.01*PERCENT as PERCENT format=percent8.2,
sum(calculated PERCENT) as sum_percent,calculated sum_percent/2 as half_percent
 from  percent_all
  where strip(category)='other';
quit;
data sub_pie;
set sub_temp(rename=(type=category) );
 pi=constant('pi');
 id=10000+_n_;
 cum_percent+PERCENT;
 lag_cum_percent=coalesce(lag(cum_percent),0);
 label=catx('|',category,put(PERCENT,percent8.2));
 do theta=-2*pi*half_percent+2*pi*lag_cum_percent to -2*pi*half_percent+2*pi*cum_percent by 0.001;
     flag=1;x=1.5*cos(theta);y=1.5*sin(theta); output;
 end;
 do theta=-2*pi*half_percent+2*pi*cum_percent  to -2*pi*half_percent+2*pi*lag_cum_percent by -0.001;
     flag=2;x=2*cos(theta);y=2*sin(theta); output;
 end;

 keep category id x y PERCENT label flag;
run;

/*Keep line position2*/
data line_pos2(rename=(id=line_id x=line_x y=line_y));
 set sub_pie;
 by id flag;
 if first.flag or last.flag;
 keep id x y flag;
run;
data line_pos22;
 set line_pos2 ;
 if _n_=1;
run;
data line_pos2_temp;
 set line_pos2(where=(flag=2)) ;
 by line_id;
 if first.line_id;
run;
data line_pos23;
 set line_pos2_temp end=last;
 if last;
run;
data line_pos3;
 set line_pos22 line_pos23;
 drop flag;
run;


/*Keep line position all*/
data line_pos(rename=(id=line_id));
 id+1;
 set line_pos1;output;
 set line_pos3;output;
 drop line_id;
run;


/*Plot pie of pie chart*/
data pie;
 length category $ 200;
 set main_pie sub_pie line_pos;
run;
ods graphics/noborder ANTIALIAS ANTIALIASMAX=10000000 width=800px height=600px;
proc sgplot data=pie aspect=1.1 noautolegend noborder;
series x=line_x y=line_y/group=line_id lineattrs=(color=black pattern=dash);
polygon id=id x=x y=y/group=category label=label labelattrs=(color=black size=12) fill nooutline dataskin=sheen
 LABELLOC=INSIDEBBOX  LABELPOS=CENTER name='x' splitchar='|' ;
xaxis display=none;
yaxis display=none;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1728972781465.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101209i39E510FD77E5DA0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1728972781465.png" alt="Ksharp_0-1728972781465.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 06:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947451#M25072</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-15T06:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Pie Chart: Donut of Pie</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947453#M25073</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
value $fmt(default=80)
'Very Heavy (&amp;gt; 25)','Moderate (6-15)','Light (1-5)'=' other'; /*add a white blank before 'other' is to make 'other' appeared at first place in PERCENT_MAIN dataset*/
run;

data have;
 set sashelp.heart(keep=Smoking_Status rename=(Smoking_Status=type) where=(type is not missing));
 category=put(type,$fmt.);
run;
proc freq data=have noprint order=internal;
table category/out=percent_main;      /*get main pie percent*/
table category*Type/out=percent_all;  /*get sub pie percent*/
run;
/*process main pie*/
data main_temp;
set percent_main;
PERCENT=0.01*PERCENT;
if _n_=1 then percent_cum=PERCENT/2;  /*when category='other'*/
 else percent_cum+PERCENT;
keep category percent_cum PERCENT;
format PERCENT percent8.2;
run;
data main_pie;
 set main_temp;
 pi=constant('pi');
 lag_percent_cum=lag(percent_cum);
 label=catx('|',category,put(PERCENT,percent8.2));
 id=_n_;x=0;y=0;output;
 if _n_=1 then do;      
   do theta=-2*pi*percent_cum to 2*pi*percent_cum by 0.001;
     x=cos(theta);y=sin(theta); output;
   end;
 end;
 else do;
    do theta=2*pi*lag_percent_cum to 2*pi*percent_cum by 0.001;
     x=cos(theta);y=sin(theta); output;
   end;
 end;

 keep category id x y PERCENT label ;
run;


/*process sub pie*/
proc sql;
create table sub_temp as
select type,0.01*PERCENT as PERCENT format=percent8.2,
sum(calculated PERCENT) as sum_percent,calculated sum_percent/2 as half_percent
 from  percent_all
  where strip(category)='other';
quit;
data sub_pie;
set sub_temp(rename=(type=category) );
 pi=constant('pi');
 id=10000+_n_;
 cum_percent+PERCENT;
 lag_cum_percent=coalesce(lag(cum_percent),0);
 label=catx('|',category,put(PERCENT,percent8.2));
 do theta=-2*pi*half_percent+2*pi*lag_cum_percent to -2*pi*half_percent+2*pi*cum_percent by 0.001;
     x=0.5*cos(theta);y=0.5*sin(theta); output;
 end;
 do theta=-2*pi*half_percent+2*pi*cum_percent  to -2*pi*half_percent+2*pi*lag_cum_percent by -0.001;
     x=cos(theta);y=sin(theta); output;
 end;

 keep category id x y PERCENT label ;
run;



/*Plot pie of pie chart*/
data pie;
 length category $ 200;
 set main_pie(where=(id ne 1)) sub_pie ;
run;
ods graphics/noborder ANTIALIAS ANTIALIASMAX=10000000 width=800px height=600px;
proc sgplot data=pie aspect=1 noautolegend noborder;
polygon id=id x=x y=y/group=category label=label labelattrs=(color=black size=12) fill nooutline dataskin=sheen
 LABELLOC=INSIDEBBOX  LABELPOS=CENTER name='x' splitchar='|' ;
xaxis display=none;
yaxis display=none;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1728973661311.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101210i7732CCAE2BC24558/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1728973661311.png" alt="Ksharp_0-1728973661311.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 06:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Extended-Pie-Chart-Donut-of-Pie/m-p/947453#M25073</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-10-15T06:27:48Z</dc:date>
    </item>
  </channel>
</rss>

