<?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 Developers</title>
    <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154512#M4150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;I posted this question in the graphics forum, thanks for letting me know it was in the wrong spot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2014 20:32:34 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2014-12-17T20:32:34Z</dc:date>
    <item>
      <title>Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154510#M4148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&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&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Arial, sans-serif;"&gt;goptions reset=all device=gif hsize=3in vsize=3in noborder;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&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?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&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&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;ods tagsets.htmlpanel event = panel(start);&lt;/SPAN&gt; /*doesn’t work on gchart*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Basic code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions reset=all device=gif hsize=3in vsize=3in noborder;&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc gchart data=enrollment;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar TWO_DIGIT_YEAR /&lt;/P&gt;&lt;P&gt;&amp;nbsp; width=3&lt;/P&gt;&lt;P&gt;&amp;nbsp; type=sum&lt;/P&gt;&lt;P&gt;&amp;nbsp; inside=subpct&lt;/P&gt;&lt;P&gt;&amp;nbsp; sumvar=STUDENTS_ENROLLED&lt;/P&gt;&lt;P&gt;&amp;nbsp; subgroup=Status&lt;/P&gt;&lt;P&gt;&amp;nbsp; discrete&lt;/P&gt;&lt;P&gt;&amp;nbsp; gaxis=axis1 maxis=axis2 raxis=axis3&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run; Quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 19:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154510#M4148</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2014-12-17T19:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154511#M4149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should probably post this in the Graphics forum, or perhaps the &lt;A __default_attr="15755" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; can move it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154511#M4149</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-12-17T20:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154512#M4150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;I posted this question in the graphics forum, thanks for letting me know it was in the wrong spot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 20:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154512#M4150</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2014-12-17T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154513#M4151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know what size you want it would probably be best to generate the output with the desired size options as any significant resizing tends to make any text inside the graphics area suboptimal.&lt;/P&gt;&lt;P&gt;Or send the output to a vector graphics format which may scale a bit better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used GMAP with htmlpanel so I suspect that you have issues with the syntax for that bit.&lt;/P&gt;&lt;P&gt;before have the first event it is a good idea to start with the file info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.htmlpanel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; path=odsout (url=none)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; body="MapPanel .html"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; nogtitle&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example.&lt;/P&gt;&lt;P&gt;Then start adding the events.&lt;/P&gt;&lt;P&gt;After all of the panels are defined using appropriate finish for each column/row started&amp;nbsp; then close the destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And device PNG is probably preferable to GIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154513#M4151</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-17T21:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing gcharts Loses Inside Statistic</title>
      <link>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154514#M4152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Ballardw,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; background: white;"&gt;Could you elaborate on how vector graphics or gmap can be used with gchart?&amp;nbsp; When I Google this all I get is mapping graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 16:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Resizing-gcharts-Loses-Inside-Statistic/m-p/154514#M4152</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-21T16:25:53Z</dc:date>
    </item>
  </channel>
</rss>

