diff --git a/docs/06-Advanced.md b/docs/06-Advanced.md index dd31f03ae..f9d696da2 100644 --- a/docs/06-Advanced.md +++ b/docs/06-Advanced.md @@ -92,6 +92,9 @@ Chart.Type.extend({ initialize: function(data){ this.chart.ctx // The drawing context for this chart this.chart.canvas // the canvas node for this chart + }, + // Used to draw something on the canvas + draw: function() { } });