From: Felix Wolfsteller Date: Tue, 7 Jun 2016 05:46:13 +0000 (+0200) Subject: fix typo in tooltip conf doc. X-Git-Tag: v2.1.5~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2724%2Fhead;p=thirdparty%2FChart.js.git fix typo in tooltip conf doc. --- diff --git a/docs/01-Chart-Configuration.md b/docs/01-Chart-Configuration.md index 472f17433..f2be7e3c2 100644 --- a/docs/01-Chart-Configuration.md +++ b/docs/01-Chart-Configuration.md @@ -189,7 +189,7 @@ var chartInstance = new Chart(ctx, { ### Tooltip Configuration -The title configuration is passed into the `options.tooltips` namespace. The global options for the chart tooltips is defined in `Chart.defaults.global.title`. +The title configuration is passed into the `options.tooltips` namespace. The global options for the chart tooltips is defined in `Chart.defaults.global.tooltips`. Name | Type | Default | Description --- | --- | --- | ---