Merge pull request #1308 from eunicekokor/patch-1

Update 00-Getting-Started.md
This commit is contained in:
Tanner Linsley 2015-07-22 11:32:08 -06:00
commit 43f19359a9

View File

@ -144,7 +144,7 @@ Chart.defaults.global = {
// Boolean - Determines whether to draw tooltips on the canvas or not // Boolean - Determines whether to draw tooltips on the canvas or not
showTooltips: true, 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, customTooltips: false,
// Array - Array of string names to attach tooltip events // Array - Array of string names to attach tooltip events