Lines Matching defs:draw
146 plot.hooks.draw.push(function(plot, newCtx) {
149 draw(plot, newCtx);
253 function draw(plot, newCtx) {
280 // To fix this we'll set the flag back to false here in draw, when
328 target.prepend("<div class='error'>Could not draw pie with labels contained inside canvas</div>");
352 return; // shadow would be outside canvas, so don't draw it
389 // draw slices
399 // draw slice outlines
411 // draw donut hole
531 } // end draw function