<?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: Resizing Static Web Pages with Annotation in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-Static-Web-Pages-with-Annotation/m-p/307092#M10778</link>
    <description>&lt;P&gt;When doing 'tricky' things like annotation, I would not recommend using device=activex.&lt;/P&gt;
&lt;P&gt;I would recommend using device=png instead.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 12:18:35 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2016-10-25T12:18:35Z</dc:date>
    <item>
      <title>Resizing Static Web Pages with Annotation</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-Static-Web-Pages-with-Annotation/m-p/306777#M10771</link>
      <description>&lt;P&gt;I am having a problem resizing static Web pages generated using ODS HTML.&amp;nbsp; The wrinkle is that I am adding an annotation to the x-axis on a GCHART.&amp;nbsp; When resized the inner chart shrinks and moves away from the annotation.&amp;nbsp; The only solution is to refresh the report, but that isn't practical. Any idea how to fix this? ( device=activex in Goptions, but maybe this is wrong) [SAS9.2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Gchart Data = data_for_charts1;&lt;BR /&gt;Where technology = "&amp;amp;&amp;amp;technology&amp;amp;a";&lt;BR /&gt;Format quantity 3.;&lt;BR /&gt;Format flag timing.;&lt;BR /&gt;vbar3d range1 / discrete&lt;BR /&gt;sumvar = quantity&lt;BR /&gt;subgroup = flag&lt;BR /&gt;RAXIS = Axis1 missing&lt;BR /&gt;MAXIS = Axis2&lt;BR /&gt;annotate=anno&lt;BR /&gt;Coutline = black&lt;BR /&gt;nolegend;&lt;BR /&gt;Run;&lt;BR /&gt;Quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data anno;&lt;BR /&gt;Set data_for_charts1;&lt;BR /&gt;Where technology = "&amp;amp;&amp;amp;technology&amp;amp;a";&lt;BR /&gt;function='label';&lt;BR /&gt;color='black';&lt;BR /&gt;SIZE = 3;&lt;BR /&gt;STYLE = 'SWISS';&lt;BR /&gt;xsys='2';&lt;BR /&gt;ysys='3';&lt;BR /&gt;hsys='7';&lt;BR /&gt;x=mid_range; /* placement on the x-axis */&lt;BR /&gt;y=1;&lt;BR /&gt;when='a';&lt;BR /&gt;text=stagegrp_id;&lt;BR /&gt;Run;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-Static-Web-Pages-with-Annotation/m-p/306777#M10771</guid>
      <dc:creator>E-L-I-10</dc:creator>
      <dc:date>2016-10-24T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Static Web Pages with Annotation</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-Static-Web-Pages-with-Annotation/m-p/307092#M10778</link>
      <description>&lt;P&gt;When doing 'tricky' things like annotation, I would not recommend using device=activex.&lt;/P&gt;
&lt;P&gt;I would recommend using device=png instead.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 12:18:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-Static-Web-Pages-with-Annotation/m-p/307092#M10778</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2016-10-25T12:18:35Z</dc:date>
    </item>
  </channel>
</rss>

