Happily Jane is using an interactive stacked histogram.
Try it yourself.
Click on the coloured banana entry in the key, or one of the banana parts of any of the histogram bars.
Thanks to Marc Hansen for his D3 implementation of Dancing Histigrams. |
|
Ah! Now we can see. Banana sales have been increasing slowly but steadily since 1994. Clicking on the clementines we can see that they too are staging a comeback after several years of decline.
A stacked histogram allows three judgements: (i) the trends on the total height of the columns, (ii) the proportion of each category within each column and (iii) the trends in the lowest category. The trends, or even inter-column comparisons for any other category is very difficult as the blocks are at different heights.
The interactive stacked histogram solves this problem by allowing different trends to be analysed using the same dynamic graph.
It is an example of a general princple of adding interactivity to existing paper visualisations.
Also see the paper describing this work:
A. Dix and G. Ellis (1998). Starting Simple - adding value to static visualisation through simple interaction.
https://alandix.com/academic/papers/simple98/
Alan Dix
This page is at http://meandeviation.com.com/dancing-histograms/