<?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: Tool Tips from PROC SGPLOT not appearing in Internet Explorer in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447170#M15370</link>
    <description>&lt;P&gt;Hey Paige,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;is writing his HTML file outside of the temp area. Try that as well, and see if that works better for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 15:30:58 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-03-20T15:30:58Z</dc:date>
    <item>
      <title>Tool Tips from PROC SGPLOT not appearing in Internet Explorer</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447151#M15368</link>
      <description>&lt;P&gt;SAS 9.4 TS1M4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html;
ods graphics/imagemap=on;
proc sgplot data=sashelp.cars;
    bubble x=origin y=invoice size=msrp/tip=(horsepower enginesize);
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I hover my mouse over one of the bubbles as seen in the SAS Results Viewer, the tool tip appears as expected. When I hover my mouse over one of the bubbles when I use Internet Explorer 11 to open the .html file that is created, no tool tips appear. When I hover my mouse over one of the bubbles when I use Google Chrome 64, the tool tips appear. Also, the appearance of the plots is different in IE 11. How do I make the tool tips appear in IE 11?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447151#M15368</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-20T15:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Tips from PROC SGPLOT not appearing in Internet Explorer</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447166#M15369</link>
      <description>&lt;P&gt;When I use this:&lt;/P&gt;
&lt;PRE&gt;ods html  path="d:\" body="test.html" (url=none);
ods graphics/imagemap=on;
proc sgplot data=sashelp.cars;
    bubble x=origin y=invoice size=msrp/tip=(horsepower enginesize);
run;
ods html close;&lt;/PRE&gt;
&lt;P&gt;and open the result with IE11 then I can see the tool tips.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not notice any appearance difference except a possibly size difference of maybe 5% larger in a separate IE11 window than the results viewer.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:29:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447166#M15369</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-20T15:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Tips from PROC SGPLOT not appearing in Internet Explorer</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447170#M15370</link>
      <description>&lt;P&gt;Hey Paige,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;is writing his HTML file outside of the temp area. Try that as well, and see if that works better for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447170#M15370</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-03-20T15:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Tips from PROC SGPLOT not appearing in Internet Explorer</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447174#M15371</link>
      <description>&lt;P&gt;Sending output to my C: drive, or sending output to a network share, makes no difference, IE does not display the tool tips.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447174#M15371</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-20T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tool Tips from PROC SGPLOT not appearing in Internet Explorer</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447175#M15372</link>
      <description>&lt;P&gt;Ok, problem solved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The plots were enlarged in IE for some reason (View-&amp;gt;Zoom was set to 125%). WHen I changed the zoom to 100%, the tool tips work properly.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Tool-Tips-from-PROC-SGPLOT-not-appearing-in-Internet-Explorer/m-p/447175#M15372</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-03-20T15:37:56Z</dc:date>
    </item>
  </channel>
</rss>

