Implementing Data Tips and Drill-Down Links with the SVG Devices

You can implement data tips and drill-down links in SVG files that are generated in the HTML and LISTING destinations. In both cases, you use the HTML= option or the HTML_LEGEND= option (or both options) to specify variables in your input data that define the drill-down URLs. See Adding Links and Enhancements with the URL=, HTML=, and HTML_LEGEND= Options for information about implementing drill-down links, including defining link variables. For information about adding data tips, see Data Tips for Web Presentations.
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.