Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
Imitation of Aphelian Consulting graph:
http://aphelianconsulting.com/services/3-ABM.htm
From their description of this graph...
"This is a simple market sector analysis chart but is shows how
Markets 1 and 2 are paying for the losses in Market 3."
Really, the only "tricky" part in this code is the part when I
take the values on a single line in my data, and split them into
3 separate lines so the obsns are structured in the way that
"proc gchart" needs for a grouped bar chart.
I have also added html charttips & drilldown capability to the bars.
Back to Samples Index