I've read different posts on this topic and I'm still not satisfied.

I have a bar chart that is inside a table. My SQL is set up to return each
hard drive in a computer that is in a group and report on the amount of free
space. I had to put it inside of a table because I couldn't figure out how
to get the bars to stay the same size if the number of computers in the group
grew. For instance, if I searched one group that had 1 computer with two
hard drives, the bars on the chart was too wide, and if I searched a group
that had 20 computers with 50 hard drives, the bars on the chart was too
small. I was unable to figure out how to make the bar chart resize to fit
the data not the bars in the chart to fit the chart. So...
I have a bar chart that is inside a table. If I set the Chart sub-type to
"Bar chart" it the data shows correctly but I have a green bar that shows the
total disk space (my data is used space and total space). My boss hates the
green bar because it's 100% and he can see 100% without the green bar but if
I put it on what should work, "100% stacked bar chart" the data doesn't show
properly inside the table with respect to the other bar charts. Maybe I'm
venting, but what am I doing wrong?

Thanks,
Chad