]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix typo in tooltip conf doc. 2724/head
authorFelix Wolfsteller <felix.wolfsteller@gmail.com>
Tue, 7 Jun 2016 05:46:13 +0000 (07:46 +0200)
committerFelix Wolfsteller <felix.wolfsteller@gmail.com>
Tue, 7 Jun 2016 05:46:13 +0000 (07:46 +0200)
docs/01-Chart-Configuration.md

index 472f1743312b33a626233699c536adfc1488929c..f2be7e3c25343433fec3431f2468614c61e77300 100644 (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.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
 --- | --- | --- | ---