Click here to see the SAS Code. 
Click here to see the example. 

The main purpose of this example is to show that sas can do very long
multi-line charttip/flyover-text on a map.

For each of the 'green-colored' countries, I code a 'text' variable
containing a detailed description of the bio/chem threat in that 
country.  I code in a '0d'x (carriage return) to do the line breaks.
Then, I create the 'myhtmlvar' variable, which used the 'text'
description as the html title= charttip, and builds up a url with
the country name for the href= (when you click on a country, it
will drilldown to that country's page on the travel.state.gov
website).

Note that the multi-line charttips do not work in netscape
(they only work in Internet Explorer web browser).

And, one final trick -- I use annotate to put the bio/chem image
in the top/left corner, and also annotate the text to the right
of this image (rather than using the title statement).  This way,
I have more flexibility, and I can space the title just like 
I want it :)

Back to Samples Index