Group: Forum Members
Last Active: 15 Years Ago
Posts: 2,
Visits: 1
|
Hi, I have data being passed from a database and I want to use that data in columns as opposed to rows For example Customer Month_1_Value Month_2_Value Month_3_Value Cust1 200 210 190 Cust2 160 170 180 Cust3 140 150 160 I am trying to display this as a stacked bar chart with the bars representing the months. The problem I have is that the chart data is generated dynamically and the number of customers varies dependant upon parameters passed. The only way I seem to be able to display it is with a separate stacked bar per customer. Am I missing something simple? Regards, Mark
|