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

---------------------------------------------------------------

If you don't need separate drilldowns for each bar in the graph,
you can hardcode drilldown links in the title(s) and footnote(s).

When you're using "ods nogtitles", the titles are *not* part of the 
gif image, and the drilldown is scripted out as part of the title
and footnote html.

Note that dev=java and dev=activex do support titles *outside*
the graph (ie, "nogtitle"), and they therefore do support this
kind of drilldown link.

Here is the syntax for adding a link in the title and the
footnote statements...


   title link="http://www.census.gov/main/www/cen2000.html" "Click this Title to go to Census Website";

   footnote link="http://www.sas.com" "Click this Footnote to go to SAS website";


Back to Samples Index