Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Since the original graph (in pdf) had very long charttips showing
all the data values, I came up with a way to do that in SAS/Graph
output as well.
The des= option is usually used to create alt text for the
entire chart, but the SAS-imposed length limit was too short.
Therefore I annotate a rectangle/box on the chart, and use
the html= variable of the annotate to hold the long alt
description (containing all the data values).
Back to Samples Index