EXAMPLE 2 Using PROC GREPLAY For Custom Dashboard Layout
Purpose: Demonstrate how to create a custom SAS/GRAPH GREPLAY template and display multiple graphs in it.
Building on Example 1, âBar with Annotated Marker,â this example combines several of those âsimple little bar chartsâ (and a few other graphics) together onto the same page into what is called an information dashboard. The actual code for the entire dashboard (over 1500 lines) can be downloaded from the authorâs Web site. The code pertinent to creating a custom GREPLAY template and displaying graphs in it is described in detail here.
Overly Simple Dashboards (tiling)
Creating dashboards generally involves placing several graphs on the same page, and the extent to which ...