Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
This is my SAS/Graph version of the following graph:
http://www.mbaprograms411.com/wp-content/uploads/2012/03/Educations-Effect-on-Income-Infographic.gif
I used updated (2011) data, and I have added html mouse-over
to the bars, bar labels, Zones, etc.
One cool trick used in this example: In order to get the labels below
the bars to be the same color as the bars, I made the real bar labels
white (so they disappear against the white background), and then
annotate the bar labels in the desired color -- this allows me to control
the color, and also add html charttip & drilldown to the bar labels.
Back to Samples Index