Chart.js/docs
Tim Klingeleers cdfdc3c3e2 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.
2014-07-08 13:15:23 +02:00
..
00-Getting-Started.md Make javascript JavaScript and Github GitHub 2014-06-30 11:50:35 +01:00
01-Line-Chart.md Add new docs as markdown files 2014-06-29 18:35:49 +01:00
02-Bar-Chart.md Add new docs as markdown files 2014-06-29 18:35:49 +01:00
03-Radar-Chart.md Add new docs as markdown files 2014-06-29 18:35:49 +01:00
04-Polar-Area-Chart.md Add new docs as markdown files 2014-06-29 18:35:49 +01:00
05-Pie-Doughnut-Chart.md Add new docs as markdown files 2014-06-29 18:35:49 +01:00
06-Advanced.md Missing draw method in Writing new chart types 2014-07-08 13:15:23 +02:00
07-Notes.md Make javascript JavaScript and Github GitHub 2014-06-30 11:50:35 +01:00