Creating Interactive Treeview Diagrams |
The Treeview applet displays interactive node/link diagrams. The diagrams are generated in SAS using a hierarchical data set and the DS2TREE macro, as described in Programming with the DS2TREE Macro for the Treeview Applet.
To enhance Treeview applet presentations, specify additional arguments for the DS2TREE macro. The following table describes some of the available enhancements and identifies the DS2TREE arguments that implement them. For a complete list of macro arguments, see Macro Arguments.
Enhancement | DS2TREE Argument |
---|---|
Specify a stylesheet to format your HTML output file. | SSFILE, SSFREF, SSHREF, SSMEDIA, SSREL, SSREV, SSTITLE, SSTYPE |
Specify dash patterns for link lines. | LSTIP, LSTIPFAC |
Specify a background color, image, or drill-down URL. | IBACKPOS, IBACKLOC, IBACKURL |
Add pop-up data tips to nodes. | NTIP, TIPS |
Add drill-down URLs to nodes. | NURL |
Specify an action for the pull-down menu. | ACTION, NACTION |
Change the amount of fisheye distortion. | FACTOR, FISHEYE |
Determine layout of diagram. | SPREAD, TREEDIR, TREESPAN |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.