This is a fork from mbostock's calendar heatmap example at https://gist.github.com/mbostock/4063318
View complie.md
Below is shown the order in which topics will be taught in the YEI Tech Bootcamp Summer 2014. This uses graphviz to print a .dot file to a png. Boxes are greyed out after they have been covered in the course.
To learn more about the dot format, see this pdf.
To generate the image after modifying the dot file, try this:
- Install graphviz
brew install graphviz
- Run this command to create and open the image:
dot -Tpng:quartz:quartz developercurriculum.dot -o courseprogress.png && open courseprogress.png