From 719581e2e0789487ee5340fa618b3d557ad76a57 Mon Sep 17 00:00:00 2001 From: Huw Date: Tue, 19 Apr 2016 15:59:13 +0100 Subject: [PATCH] Fix tooltip example caretHeight to caretSize --- docs/07-Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-Advanced.md b/docs/07-Advanced.md index 706f54b2d..b222561db 100644 --- a/docs/07-Advanced.md +++ b/docs/07-Advanced.md @@ -143,7 +143,7 @@ var myPieChart = new Chart(ctx, { // Otherwise, tooltip will be an object with all tooltip properties like: - // tooltip.caretHeight + // tooltip.caretSize // tooltip.caretPadding // tooltip.chart // tooltip.cornerRadius -- 2.47.2