Closes a small issue I found while going through the documentation https://github.com/nnnick/Chart.js/issues/1307
// 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