I have some data that I'm trying to represent in a visualization with a week-over-week change. So the source can be something like:
Fruit This Week Last Week Delta Proportion
--------------------------------------------------
Bananas 10 8 2 25%
Oranges 110 100 15 15%
Apples 400 390 10 2.6%
What are some ways that I can effectively show that even though Bananas increased by 25% (technically the "biggest mover" of the week) it's an increase that is "overstated" because of the small overall numbers of bananas sold? I think I need a scaling approach of some sort but can't quite figure it out.
You could say: Grow in Banana (25% out of 8 units), Oranges (10% out of 100 units) Apples (2.56% out of 390 units).
– Bruno Lubascher Aug 07 '18 at 06:51