This project combines a d3 radar chart with a streamgraph, both triggered by a year selector.
The D3 radar chart was adapted from Nadieh Bremer. The original chart code can be found here
Boilerplate is from Chris Fernandi. Can be found here
cd
into the project root- Run
npm install
to install required files and dependencies. - When it's done installing, run one of the task runners to get going:
gulp
manually compiles files.gulp watch
automatically compiles files and applies changes using BrowserSync when you make changes to your source files.