Usage Note 46237: Create accessible graphs with SAS/GRAPH® that are 508 compliant
You can create graphics output for the Web using SAS/GRAPH that is 508 compliant by specifying the ACCESSIBLE option in a GOPTIONS statement. However, in order to successfully use the ACCESSIBLE graphics option, you must create HTML output using the ODS HTML statement with one of the following device drivers:
ACTIVEX
ACTXIMG
JAVA
JAVAIMG
When using the ACCESSIBLE graphics option with one of the device drivers above to create HTML output, a hidden data table is embedded inside the HTML output. By design, this data table is not displayed in your Web browser window by default.
To activate and view the underlying data table when viewing the graph output in your Web browser, position your mouse in the lower left corner of the graph until you see pop-up text that looks similar to "javascript:graphdata_G656EBNG()". Click your left mouse button. The area in your Web browser that is "clickable" is an area that is typically just above the first footnote and just to the right of the left vertical axis on the graph.
Another way to activate and display the underlying data table is to left mouse click on the graph itself. Then press the TAB key on your keyboard and then the ENTER key.
If you want to display a data table below the graph that is displayed by default, include a PROC PRINT step in your code after the graph procedure step instead of specifying the ACCESSIBLE graphics option.
Operating System and Release Information
| SAS System | SAS/GRAPH | z/OS | 9.1 TS1M3 SP4 | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
| Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
| Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |
| Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |
| Windows Vista | 9.1 TS1M3 SP4 | |
| Windows Vista for x64 | 9.1 TS1M3 SP4 | |
| 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
| 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
| 64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
| HP-UX IPF | 9.1 TS1M3 SP4 | |
| Linux | 9.1 TS1M3 SP4 | |
| Linux on Itanium | 9.1 TS1M3 SP4 | |
| OpenVMS Alpha | 9.1 TS1M3 SP4 | |
| Solaris for x64 | 9.1 TS1M3 SP4 | |
| Tru64 UNIX | 9.1 TS1M3 SP4 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
This note discusses how to create accessible graphs with SAS/GRAPH® that are 508 compliant.
| Date Modified: | 2012-04-05 16:35:02 |
| Date Created: | 2012-04-05 14:27:21 |