Merge pull request #2841 from chartjs/fix/2839

Fix typo in tooltip docs
This commit is contained in:
Zach Panzarino 2016-06-23 22:32:09 -04:00 committed by GitHub
commit 9560064138

View File

@ -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.tooltips`.
The tooltip 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
--- | --- | --- | ---