The other day I had to make some graphs about revenues and profits of a set of companies. While doing it I wanted to use bar chart with bars of profit and revenue overlapping. But when I mentioned the revenue as 3000 and profit as 1500, the graph would show up something like this. As you can see the totals are adding up to 4500 where as the company is making only 3000.
I thought changing the revenue figures to revenue-profit would solve the problem. It did solve the bar height problem, but it did create a new problem. Now the revenue is represented as 1500 instead of actual number 1500.
I think this is a pretty common usage of charts, so I am sharing a work around (not really, but I would like to show off) for this. Remove the data labels for the series 2 (revenue). Add a new data series with actual revenue values to the chart (right click, ‘source data’->’add series’). Now this new series would be stacked on the top of profit, revenue-profit values. Just set the background and border property for this to ‘none’ and set the data-labels for ‘values’. Adjust the alignment to ‘Inside bar-base’ and you have something like this.
Oh, you might want to re adjust the axis scale to original one in case its screwed up because of the new series. Happy visualization.
















