Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is a SAS/Graph version of a dashboard found here:
http://www.dundas.com/Gallery/Dashboards/index.aspx?Img-Dashboard18
I use "proc gchart" to do the grouped donut (similar to pie) charts first,
and then a grouped vbar chart. Nothing particularly fancy/tricky here.
(No Annotate, no Greplay, and no htmlpanel'ing.)
Back to Samples Index