<?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 remove white space aroung a gchart pie graph ? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-remove-white-space-aroung-a-gchart-pie-graph/m-p/683336#M14181</link>
    <description>&lt;P&gt;I want to display my data with a circular graph. I tried using the&amp;nbsp;&lt;STRONG&gt;proc gchart&lt;/STRONG&gt; procedure, but I find the white space around the graph very annoying and I would like to remove it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;title "Salary summary by division and by team for the american league";
proc gchart data=sashelp.baseball ;
where league="American";
   pie  division / detail=team
              detail_value=best
              detail_slice=best
			  detail_threshold=0.0001
              legend 
			  sumvar=salary
			  noheading
   ;
	format salary dollar12.2;
run;
quit; &lt;/PRE&gt;&lt;P&gt;And here is below the image it creates for me. See how the white space above and below the figure is abnoxiously large for nothing ? How can I remove this white space ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emiliepcantin_0-1599850926103.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49291i7095A62FEDCF8A96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emiliepcantin_0-1599850926103.png" alt="emiliepcantin_0-1599850926103.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know it it makes a difference, but ultimately I want to export this figure to Word using a&amp;nbsp;&lt;STRONG&gt;ods rtf&lt;/STRONG&gt; statement.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 19:05:10 GMT</pubDate>
    <dc:creator>emiliepcantin</dc:creator>
    <dc:date>2020-09-11T19:05:10Z</dc:date>
    <item>
      <title>How to remove white space aroung a gchart pie graph ?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-remove-white-space-aroung-a-gchart-pie-graph/m-p/683336#M14181</link>
      <description>&lt;P&gt;I want to display my data with a circular graph. I tried using the&amp;nbsp;&lt;STRONG&gt;proc gchart&lt;/STRONG&gt; procedure, but I find the white space around the graph very annoying and I would like to remove it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;title "Salary summary by division and by team for the american league";
proc gchart data=sashelp.baseball ;
where league="American";
   pie  division / detail=team
              detail_value=best
              detail_slice=best
			  detail_threshold=0.0001
              legend 
			  sumvar=salary
			  noheading
   ;
	format salary dollar12.2;
run;
quit; &lt;/PRE&gt;&lt;P&gt;And here is below the image it creates for me. See how the white space above and below the figure is abnoxiously large for nothing ? How can I remove this white space ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="emiliepcantin_0-1599850926103.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49291i7095A62FEDCF8A96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="emiliepcantin_0-1599850926103.png" alt="emiliepcantin_0-1599850926103.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know it it makes a difference, but ultimately I want to export this figure to Word using a&amp;nbsp;&lt;STRONG&gt;ods rtf&lt;/STRONG&gt; statement.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 19:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-remove-white-space-aroung-a-gchart-pie-graph/m-p/683336#M14181</guid>
      <dc:creator>emiliepcantin</dc:creator>
      <dc:date>2020-09-11T19:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove white space aroung a gchart pie graph ?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-remove-white-space-aroung-a-gchart-pie-graph/m-p/683354#M14182</link>
      <description>&lt;P&gt;You might investigate the GOPTIONS settings for VSIZE or YMAX. VSIZE specifies the height of the graphics output area, YMAX is similar but may have technical differences because these are &lt;STRONG&gt;device&lt;/STRONG&gt; based parameters. So the interpretation may be interchangeable for image files or not...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 20:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-remove-white-space-aroung-a-gchart-pie-graph/m-p/683354#M14182</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-11T20:24:31Z</dc:date>
    </item>
  </channel>
</rss>

