<?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 customize 'tool tips' in html output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48260#M1627</link>
    <description>Does anyone know if there is a way to customize what data is displayed in the bubble when you mouse-over a point on a plot in html output?  I figured out how to add these "tool tips" using the imagefmt = staticmap option, but it's not that useful for me to be given the Observation Number. Is there a way to customize what information they tell you about a data point to make it something more meaningful like StudentID or ZipCode (depending on observation level of the data)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Thu, 28 Jan 2010 18:36:36 GMT</pubDate>
    <dc:creator>jetia13</dc:creator>
    <dc:date>2010-01-28T18:36:36Z</dc:date>
    <item>
      <title>customize 'tool tips' in html output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48260#M1627</link>
      <description>Does anyone know if there is a way to customize what data is displayed in the bubble when you mouse-over a point on a plot in html output?  I figured out how to add these "tool tips" using the imagefmt = staticmap option, but it's not that useful for me to be given the Observation Number. Is there a way to customize what information they tell you about a data point to make it something more meaningful like StudentID or ZipCode (depending on observation level of the data)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Thu, 28 Jan 2010 18:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48260#M1627</guid>
      <dc:creator>jetia13</dc:creator>
      <dc:date>2010-01-28T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: customize 'tool tips' in html output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48261#M1628</link>
      <description>Which proc are you using, which output device are you using (gif, activex, etc), and which version of SAS are you using?</description>
      <pubDate>Thu, 28 Jan 2010 18:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48261#M1628</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-01-28T18:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: customize 'tool tips' in html output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48262#M1629</link>
      <description>oh yea, sorry, those are probably important pieces of information. (this is my first time ever posting!)&lt;BR /&gt;
&lt;BR /&gt;
I am using SAS 9.1&lt;BR /&gt;
I am running proc reg and outputting a plot of actual v predicted&lt;BR /&gt;
&lt;BR /&gt;
here is the code:&lt;BR /&gt;
&lt;BR /&gt;
ods html file = 'plot.htm';&lt;BR /&gt;
ods graphics on / imagefmt = staticmap;&lt;BR /&gt;
ods select ActualByPredicted;&lt;BR /&gt;
&lt;BR /&gt;
proc reg plots(unpack);&lt;BR /&gt;
model p_latepnc = tprates p_lowbw p_nonwhite p_hsgrad p_labor_force p_fam_poverty c_: urban1 urban2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
ods html close;</description>
      <pubDate>Thu, 28 Jan 2010 18:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/customize-tool-tips-in-html-output/m-p/48262#M1629</guid>
      <dc:creator>jetia13</dc:creator>
      <dc:date>2010-01-28T18:45:16Z</dc:date>
    </item>
  </channel>
</rss>

