Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This is a SAS/Graph imitation (and enhancement) of the type of 
graphical table chart here:

http://chandoo.org/img/dashboards/dw/health-care-dashboard-large.png

I didn't like how the bars were shaded (kinda like a gradient shaded
image was resized into the bar) - every bar extends through the entire
spectrum (dark to light) using that technique.

Instead, in my SAS version, I use colors (red is bad, and green is good),
and I only have it gradient shade the bar corresponding to the magnitude
of the bar length.

The only part of the plot that is standard output are the plot lines,
which are created with gplot (after a lot of normalizing and adding 
offsets to each line).  Everything else in the table graph is annotated.

Back to Samples Index