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

This example is a simple bar chart, with 'subgroup' (ie, each
subgroup is a different color, stacked in the bar), and then I
annotate a line on top of the bar chart, and I use 'iframe' to 
put an image in the background.

I use gchart's html= option to put title charttips/flyover-text 
on each bar segment, and I use annotate's html variable to 
charttips/flyover-text on the annotated markers in the line.

I annotate a yellow dot beside the regular legend, to simulate
a legend for my annotated yellow line.

Scroll down and you will also see the 2d version of this bar chart.

Back to Samples Index