I'm having trouble getting the display I want out of Graph Builder, and I'd like some help.
My data is a 3-level-categorical test result; the test is performed monthly.
- My result column is 1-byte integer, ordinal, with value labels (0 = "low", 1 = "medium", 2 = "high").
- My time column is numeric, continuous, m/y format. (The test is perfomed once a month on the same calendar day each month.)
I would like to get a histogram graph where the x-axis is the month of the test, and the y-axis is the count of each result level. I would like one bar for each month, and I want the results to be stacked in that single bar, with each level is a different color. I don't want all the bars scaled to the same total height; I want the total height of the bar to be proportional to the total number of tests.
I thought this would be easy, but for some reason I can't quite get what I want. Help?