Produce the second star chart with slices and
a solid fill. NOHEADING suppresses the default heading for the star
chart. NOCONNECT suppresses the lines that by default join the ends of the
spines. COUTLINE= colors the spines and the circle.
star date / discrete
sumvar=badparts
noheading
noconnect
coutline=red;
run;
quit;