<?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: Tooltip in SVGVIEW output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65091#M2186</link>
    <description>Could you post up your code, and also exactly which version of SAS you're using?</description>
    <pubDate>Fri, 05 Mar 2010 13:06:50 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2010-03-05T13:06:50Z</dc:date>
    <item>
      <title>Tooltip in SVGVIEW output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65090#M2185</link>
      <description>Hi,&lt;BR /&gt;
the SVGVIEW device does not put tooltips into output SVG file - created by HTML option in CHORO statement in my case. The tooltips for SVG device are O.K. &lt;BR /&gt;
Do you know  any way how to pass this restriction ?&lt;BR /&gt;
Thanks for help.&lt;BR /&gt;
Karel Beber</description>
      <pubDate>Fri, 05 Mar 2010 09:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65090#M2185</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-05T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip in SVGVIEW output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65091#M2186</link>
      <description>Could you post up your code, and also exactly which version of SAS you're using?</description>
      <pubDate>Fri, 05 Mar 2010 13:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65091#M2186</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-03-05T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip in SVGVIEW output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65092#M2187</link>
      <description>If you are using the SVGVIEW device with ods listing output, you will need to add the IMAGEMAP= option to the proc gmap statement.  This could be a reason the tooltips are not showing up. &lt;BR /&gt;
Support for tooltips with ODS PRINTER output is not currently available and is being worked on for a future release.  You will need to be using the SVGVIEW device with ODS LISTING to see the tooltips.</description>
      <pubDate>Fri, 05 Mar 2010 14:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65092#M2187</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-05T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Tooltip in SVGVIEW output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65093#M2188</link>
      <description>Thank you very much - the IMAGEMAP option was the solution of my problem !!!&lt;BR /&gt;
This was my test program ...&lt;BR /&gt;
Karel Beber&lt;BR /&gt;
&lt;BR /&gt;
*** Tooltips in SVGVIEW ;&lt;BR /&gt;
dm 'odsresults;clear;log;clear;' continue;&lt;BR /&gt;
%let adr = D:\svg ;&lt;BR /&gt;
&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
data xxx;&lt;BR /&gt;
  merge maps.europe maps.europe2(obs=3 in=q keep=ID IDNAME);&lt;BR /&gt;
  by ID;&lt;BR /&gt;
  if q;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data yyy;&lt;BR /&gt;
  length myhtml $ 1024;&lt;BR /&gt;
  set xxx;&lt;BR /&gt;
  test=1;&lt;BR /&gt;
  myhtml='title='|| quote( trim(IDNAME));&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ods html path="&amp;amp;adr." gpath = "&amp;amp;adr." (url=none) file="Tooltips_SVGVIEW.html";&lt;BR /&gt;
filename mysvg "&amp;amp;adr.\Tooltips_SVGVIEW.svg";&lt;BR /&gt;
goptions reset=all device=svgview gsfmode=replace gsfname=mysvg;&lt;BR /&gt;
&lt;BR /&gt;
proc gmap map=maps.europe all data=yyy imagemap=zzz;&lt;BR /&gt;
  id id;&lt;BR /&gt;
  choro Test / nolegend name="svgview" html=myhtml;&lt;BR /&gt;
  title1 f="Arial/bold" h=14pt "Tooltips in SVGVIEW";&lt;BR /&gt;
  by id;&lt;BR /&gt;
run;quit;&lt;BR /&gt;
&lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
dm 'odsresults;expand all;log;' continue;&lt;BR /&gt;
*';*";run cancel;quit;</description>
      <pubDate>Mon, 08 Mar 2010 07:05:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tooltip-in-SVGVIEW-output/m-p/65093#M2188</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-08T07:05:28Z</dc:date>
    </item>
  </channel>
</rss>

