View Single Post
  #1   Report Post  
maybelle maybelle is offline
Junior Member
 
Posts: 3
Default Different Width Stacked Chart

Hi,

I need to create a chart that has a structure of:

series1 series2
label1 data data
label2 data data
label3 data data
label4 data data

where series are on the horizontal axis with "labels" stacked on top of each other.

The twist to this that I haven't figured out how to add yet, is that each "label" has to have a different width. Crude drawing:

xxxx
xxxxxx
xxxxxxxxxxx
xxxxxxxxxxxxxxxx

Where, the width of the label attribute would be equal to the data (in my crude drawing: 16, 11, 6, 4)

Do you know of any way to do this? Or a different chart that could be used for this?

Thanks,

~M