Implementing data tips
and drill-down links in SVG files that are generated in the LISTING
destination has an additional requirement: you must specify the IMAGEMAP=
option in the PROC statement. This option makes the image map generated
by the procedure available to the SVG device. For example:
proc gchart data=sashelp.prdsale imagemap=myimgmap;
Note: You can also implement drill-down
links and data tips in SVG output when you are using the ODS PRINTER
destination. However, when you are using the ODS PRINTER destination,
you are using a universal printer, not a device.