Im having trouble getting the Bar stacked chart to display properly. Here is the format and an example dataset:
Format:
Date (yyyy-mm-dd), status, count
Example:
2013-02-23 A 10
2013-02-23 B 5
2013-02-23 C 6
2013-02-23 D 15
2013-02-24 A 2
2013-02-24 B 1
2013-02-24 C 10
2013-02-24 D 5
I would like to see an X-axis of Date; Y-axis of the maximum count; with each day having a stack of status's proportional to count. What am I missing?