-- DVD / VIDEO -- change line 1 to include "1 as itemType" -- AND ( itemtype = 'acdvd' -- OR itemtype = 'ardvd' -- OR itemtype = 'bcdvd' -- OR itemtype = 'drdvd' -- OR itemtype = 'jcdvd' -- OR itemtype = 'jrdvd' -- OR itemtype = 'scmed') -- BOOKS -- change line 1 to include "0 as itemType" -- AND ( itemtype = 'acbk' -- OR itemtype = 'arbk' -- OR itemtype = 'bcbk' -- OR itemtype = 'drbk' -- OR itemtype = 'jcbk' -- OR itemtype = 'jrbk' )
Here are some screenshots I took of the process, including trying to represent the data as floating points. The data gathered is very high resolution, covering 15-minute intervals for each day. The final version aggregates all these 15-minute data points into a sum for that day of that week.
I finally arrived at a visualization that created a 3D bar chart, but I improved on this and made a ribbon effect, which allows the audience to see more data with greater clarity. The color can be changed with number keys to correspond to the height, or the relative quantity compared to the start year.