<?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 gcharts Loses Inside Statistic in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154639#M5753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be better to do this using BARCHARTPARM and SCATTERPLOT in GTL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 21:12:35 GMT</pubDate>
    <dc:creator>djrisks</dc:creator>
    <dc:date>2014-12-22T21:12:35Z</dc:date>
    <item>
      <title>Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154637#M5751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial, sans-serif; color: black; background-position: initial;"&gt;I am trying to make my display smaller.&amp;nbsp; I noticed that when I resize bar charts made with gchart that the inner statics are lost.&amp;nbsp; Is there a way to resize a barchart without losing the statistic?&amp;nbsp; I am using&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif; font-weight: inherit;"&gt;goptions reset=all device=gif hsize=3in vsize=3in noborder;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif; font-weight: inherit;"&gt;I am guessing this has to do with the device that the gchart is rewritten to.&amp;nbsp; Any ideas on how I can keep the tooltip and inner statistic features? &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif; font-weight: inherit;"&gt;I also noticed that gcharts do not respond to ods tagset panels like other graphs do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif; font-weight: inherit;"&gt;ods tagsets.htmlpanel event = panel(start);&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;/*doesn’t work on gchart*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11pt; font-family: Arial, sans-serif; font-weight: inherit;"&gt;Basic code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;goptions reset=all device=gif hsize=3in vsize=3in noborder;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; proc gchart data=enrollment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; vbar TWO_DIGIT_YEAR /&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; width=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; type=sum&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; inside=subpct&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; sumvar=STUDENTS_ENROLLED&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; subgroup=Status&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; discrete&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; gaxis=axis1 maxis=axis2 raxis=axis3&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&amp;nbsp; run; Quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154637#M5751</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2014-12-17T20:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154638#M5752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="63915" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/" modifiedtitle="true" title="Resizing gcharts Loses Inside Statistic"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;answered in &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 19:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154638#M5752</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2014-12-18T19:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154639#M5753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be better to do this using BARCHARTPARM and SCATTERPLOT in GTL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 21:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/154639#M5753</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2014-12-22T21:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/306772#M10770</link>
      <description>&lt;P&gt;I am having a similiar issue 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)&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:39:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Resizing-gcharts-Loses-Inside-Statistic/m-p/306772#M10770</guid>
      <dc:creator>E-L-I-10</dc:creator>
      <dc:date>2016-10-24T13:39:29Z</dc:date>
    </item>
  </channel>
</rss>

