nick88p sends brownie points to @krimsonmedic :sparkles: :thumbsup: :sparkles:
:star2: 1833 | @kirbyedy |http://www.freecodecamp.com/kirbyedy
:cookie: 275 | @achudoz |http://www.freecodecamp.com/achudoz
:cookie: 276 | @achudoz |http://www.freecodecamp.com/achudoz
The major change is here:
var chart = new Chart(chart, {type: 'line', data: data});
in mine, vs. originally:
var chart = new Chart(chart).Line(data);
in the original working version (using the old API), as you can see in this Pen