From: eunice Date: Tue, 14 Jul 2015 00:45:27 +0000 (-0700) Subject: Update 00-Getting-Started.md X-Git-Tag: v1.1.0~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1308%2Fhead;p=thirdparty%2FChart.js.git Update 00-Getting-Started.md Closes a small issue I found while going through the documentation https://github.com/nnnick/Chart.js/issues/1307 --- 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