From 804fcea46a77ee571b1be191e83ef9a528d46f00 Mon Sep 17 00:00:00 2001 From: eunice Date: Mon, 13 Jul 2015 17:45:27 -0700 Subject: [PATCH] Update 00-Getting-Started.md Closes a small issue I found while going through the documentation https://github.com/nnnick/Chart.js/issues/1307 --- docs/00-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index a6884a4be..23b6a5263 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -144,7 +144,7 @@ Chart.defaults.global = { // Boolean - Determines whether to draw tooltips on the canvas or not showTooltips: true, - // Function - Determines whether to execute the customTooltips function instead of drawing the built in tooltips (See [Advanced - External Tooltips](#advanced-usage-custom-tooltips)) + // Function - Determines whether to execute the customTooltips function instead of drawing the built in tooltips (See [Advanced - External Tooltips](#advanced-usage-external-tooltips)) customTooltips: false, // Array - Array of string names to attach tooltip events -- 2.47.2