mmaz
Programmer
- Nov 22, 2000
- 347
hello! I want a bar chart to look like this:
y-axis: number of calls
x-axis: date. Each day on the graph should have a bar associated with it for each category. Each bar will be broken down into sections. If I have 3 categories and I want to show the data for 5 days, I should display (3*5=)15 bars, or 3 bars/day.
I can show the categories broken down into section for all the dates in the database. But how can I group my categories for each date? Is it possible to build such a chart?? I would appreciate any help I can get.
Thank you in advance!!
y-axis: number of calls
x-axis: date. Each day on the graph should have a bar associated with it for each category. Each bar will be broken down into sections. If I have 3 categories and I want to show the data for 5 days, I should display (3*5=)15 bars, or 3 bars/day.
I can show the categories broken down into section for all the dates in the database. But how can I group my categories for each date? Is it possible to build such a chart?? I would appreciate any help I can get.
Thank you in advance!!