Stacked charts are often useful for measuring the combined area covered and relative differences in y axis values for two or more series. We will use the time series stacked chart to compare the prices of oranges and bananas:
![](https://static.packt-cdn.com/products/9781788992244/graphics/assets/8f85e57e-1b40-458e-bf1f-6ae2c884c62f.png)
The Style section of the chart provides a stream style option. The width of each stream is proportional to the value in that category:
![](https://static.packt-cdn.com/products/9781788992244/graphics/assets/c547947a-f48d-4c32-9881-6e5bb42b0ef3.png)
In the stacked chart, the increase in price of both bananas and oranges is visualized through the increasing width of the stream. Since 2010, the color-coded streams show that oranges have had a relatively higher price variance than bananas. We can switch to expand styles and see whether, besides the higher price variation, oranges show a higher upward trend in prices:
![](https://static.packt-cdn.com/products/9781788992244/graphics/assets/0c5b038b-860f-42cc-9537-bcb3aafc4ac5.png)
After switching to expand...