SIGN IN SIGN UP
chartjs / Chart.js UNCLAIMED

Simple HTML5 Charts using the <canvas> tag

0 0 80 JavaScript

Missing draw method in Writing new chart types

Added the draw method to "Writing new chart types". If you use the template without the draw method, you get an undefined error because Chart.Type.prototype.render calls this.draw() on line 808 in Chart.Core.js.
T
Tim Klingeleers committed
cdfdc3c3e28919f55f353d0af61a63ef3b7b984d
Parent: ef50811