This is a simple experiment to try to visualize my job positions and expertise throughout the years in a simple chart using HTML canvas. It is heavily inspired in a TED Global Oxford talk by David McCandless. You may check it here.
This project is built on yeoman.
Install stuff:
$ git clone
$ npm install
$ bower install
Run:
$ grunt server
Run tests (more on this later):
$ cd app/scripts
$ mocha
Depoloy:
grunt build
(this creates adist
folder)
Go to file jobs.js
and hack away. Change the initial year in variables.js
file.
- Make chart interactive so it conveys a little more information (click or hover)
- Option to change default background color