<?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 proc gchart block: rotate to view the bars better in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-block-rotate-to-view-the-bars-better/m-p/60261#M17087</link>
    <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I have a proc gchart with a block statement:&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=work.mydata;&lt;BR /&gt;
   block myweek / sumvar = sales group = region discrete;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Now the group variable is great yet I don't see all bars. Some in front are taller than these in the back. Therefore I'd like to rotate the chart to have a look more from above. Does anybody know how to do this?&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Eva</description>
    <pubDate>Thu, 30 Jul 2009 11:35:31 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2009-07-30T11:35:31Z</dc:date>
    <item>
      <title>proc gchart block: rotate to view the bars better</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-block-rotate-to-view-the-bars-better/m-p/60261#M17087</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I have a proc gchart with a block statement:&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=work.mydata;&lt;BR /&gt;
   block myweek / sumvar = sales group = region discrete;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Now the group variable is great yet I don't see all bars. Some in front are taller than these in the back. Therefore I'd like to rotate the chart to have a look more from above. Does anybody know how to do this?&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Eva</description>
      <pubDate>Thu, 30 Jul 2009 11:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-block-rotate-to-view-the-bars-better/m-p/60261#M17087</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2009-07-30T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart block: rotate to view the bars better</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-block-rotate-to-view-the-bars-better/m-p/60262#M17088</link>
      <description>I don't think you can rotate the graph like you can in proc G3D. &lt;BR /&gt;
You can however define blockmax= to change the vertical scale and make the blocks shorter so they don't hide other blocks.&lt;BR /&gt;
Maybe another option if you use HTML output is to use the activex device and alter the HTML afterwards:&lt;BR /&gt;
The activex parameters  &lt;BR /&gt;
g3dTilt="xx" g3dRotate="xx" &lt;BR /&gt;
after&lt;BR /&gt;
view2D="false"&lt;BR /&gt;
are also supported for block outputs.  &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;</description>
      <pubDate>Thu, 30 Jul 2009 22:09:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-block-rotate-to-view-the-bars-better/m-p/60262#M17088</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-07-30T22:09:54Z</dc:date>
    </item>
  </channel>
</rss>

