<?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 Remove Pie GCHART  Group by Label in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Remove-Pie-GCHART-Group-by-Label/m-p/68970#M2411</link>
    <description>I'm running a report which puts out several pie charts grouped by a numerical "order" field.  The problem is this outputs an ugly "order=1", "order=2", etc on the top of every chart which is causing confusion amongst my users.  I'd like to be able to remove this or change the text there to something that will be more user friendly.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks for any guidance that you can provide.&lt;BR /&gt;
&lt;BR /&gt;
-Jeff</description>
    <pubDate>Tue, 24 May 2011 16:10:10 GMT</pubDate>
    <dc:creator>JeffU</dc:creator>
    <dc:date>2011-05-24T16:10:10Z</dc:date>
    <item>
      <title>Remove Pie GCHART  Group by Label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-Pie-GCHART-Group-by-Label/m-p/68970#M2411</link>
      <description>I'm running a report which puts out several pie charts grouped by a numerical "order" field.  The problem is this outputs an ugly "order=1", "order=2", etc on the top of every chart which is causing confusion amongst my users.  I'd like to be able to remove this or change the text there to something that will be more user friendly.  &lt;BR /&gt;
&lt;BR /&gt;
Thanks for any guidance that you can provide.&lt;BR /&gt;
&lt;BR /&gt;
-Jeff</description>
      <pubDate>Tue, 24 May 2011 16:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-Pie-GCHART-Group-by-Label/m-p/68970#M2411</guid>
      <dc:creator>JeffU</dc:creator>
      <dc:date>2011-05-24T16:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Pie GCHART  Group by Label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Remove-Pie-GCHART-Group-by-Label/m-p/68971#M2412</link>
      <description>Jeff;&lt;BR /&gt;
&lt;BR /&gt;
You could use proc format to create labels for the order values.  To eliminate the "Order=", try label order='00'x;&lt;BR /&gt;
Lastly, pie charts are a rather ineffective and inefficient way to present data and especially so when trying to make comparisons across "Orders".  Consider the use of vbar or hbar charts by "order".  Label the response axis or the title with a statement that indicates that each bar represents a proportion of the whole.  The resultant display will be much more effective.  For a "treatise" on circular charts and alternatives, see &lt;A href="http://www.perceptualedge.com/articles/visual_business_intelligence/our_fascination_with_all_things_circular.pdf" target="_blank"&gt;http://www.perceptualedge.com/articles/visual_business_intelligence/our_fascination_with_all_things_circular.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 26 May 2011 13:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Remove-Pie-GCHART-Group-by-Label/m-p/68971#M2412</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2011-05-26T13:47:34Z</dc:date>
    </item>
  </channel>
</rss>

