From f71f525caf852ad46ae6fc875e879cc10804b051 Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Tue, 7 Jun 2016 07:46:13 +0200 Subject: [PATCH] fix typo in tooltip conf doc. --- docs/01-Chart-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --- | --- | --- | --- -- 2.47.2