L
LLC
I want to graph some data in a chart: I'd like the "Series
1" data source to show as a simple bar graph, but
the "Series 2" and "Series 3" data to show as a stacked
bar graph.
Here's the data:
---------------------
2005 2006 2007 2008
Series 1 7.0% 7.2% 7.4% 7.6%
Series 2 5.0% 5.2% 5.4% 5.6%
Series 3 2.0% 2.2%
---------------------
Meaning I want the graph to look like this:
---------------------
| |
| | | | | | |_| |_|
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
---------------------
The |_| stuff being the "Series 3" data on top of
the "Series 2" data.
Can this even be accomplished?
1" data source to show as a simple bar graph, but
the "Series 2" and "Series 3" data to show as a stacked
bar graph.
Here's the data:
---------------------
2005 2006 2007 2008
Series 1 7.0% 7.2% 7.4% 7.6%
Series 2 5.0% 5.2% 5.4% 5.6%
Series 3 2.0% 2.2%
---------------------
Meaning I want the graph to look like this:
---------------------
| |
| | | | | | |_| |_|
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
---------------------
The |_| stuff being the "Series 3" data on top of
the "Series 2" data.
Can this even be accomplished?