Produce the block chart. The LABEL statement suppresses the midpoint and group labels by assigning a null hexadecimal string to each variable name.


proc gchart data=totals;
format quarter roman.;
format sales dollar8.;
label site="00"x dept="00"x;