A visual analytics tool that helps user to explore the relationship between UK household expenditure change over years through coordinated multiple views. The tool uses two distinct views, a stacked area chart and a timeline chart, to support the investigation of a single conceptual entity.
.
├── css
│ ├── bootstrap.min.css
│ ├── font-awesome.min.css
│ └── style.css
├── data
│ └── uk-household-purchases.json
├── fonts
├── index.html
└── js
├── bootstrap.min.js
├── d3.v7.min.js
├── jquery.min.js
├── jquery.min.map
├── main.js
├── stackedAreaChart.js
└── timeline.js