Load d3 and cal-heatmap via imports.

Review Request #6944 — Created Feb. 12, 2015 and submitted — Latest diff uploaded

Information

student-sonar
master
b447c52...

Reviewers

I had been loading these libraries from a CDN because jspm was giving me
problems installing them, but the problem turned out to be iojs (now that I've
switched back to node, installing works just fine). We can therefore just load
cal-heatmap via js imports, and it will use require() to load d3 (which
System.js handles nicely).

Loaded various student views and saw that the calendar appeared correctly.

    Loading...