]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Missing draw method in Writing new chart types 431/head
authorTim Klingeleers <Mardaneus86@users.noreply.github.com>
Tue, 8 Jul 2014 11:15:23 +0000 (13:15 +0200)
committerTim Klingeleers <Mardaneus86@users.noreply.github.com>
Tue, 8 Jul 2014 11:15:23 +0000 (13:15 +0200)
commitcdfdc3c3e28919f55f353d0af61a63ef3b7b984d
treeb62b082687d29ed9c8f16a274fef7f012c0d17c3
parentef5081184fb54b2b25365640eb3290e89b316fc4
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.
docs/06-Advanced.md