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

---------------------------------------------------------------

This is my SAS/Graph imitation of the following chart:
http://2.s3.envato.com/files/5879345/PreviewImage_Infographic.jpg

This is just a 'template' you could use as a starting place 
to create your own custom infographic.

You can easily change the numeric values in the gchart bar chart,
and the text in the 2 banners.

The pie charts are a little more difficult to change (since they
are annotated, rather than gchart).  You'll need to calculate the
starting position, and the angle, for each slice, and code that 
into the annotate data set.

Back to Samples Index