Chart - display % as x axis

D

Derrick

I've got the data as follows:
Sales volume by product
Q1 Q2
Pdt A 56 70
Pdt B 76 50
Pdt C 68 43
Pdt D 58 67
Total 258 230

I need to plot a chart that shows % of total.

I computed the data as % of total. However, when I plotted the chart, the %
is displayed as the y - axis, and Pdt A - D is displayed as the X- axis.

Is there a way to rotate it around so that the % is the X-Axis and Pdt A-D
is the Y-axis?

Thanks.
Derrick
 
Top