From cdf0682e39cffeef9411416308d20aac7c730bf3 Mon Sep 17 00:00:00 2001 From: Sam Stevens Date: Wed, 27 Apr 2016 12:34:58 +0100 Subject: [PATCH] change the default setting for Chart.defaults.global.title.display from true to false in the docs to match the code --- docs/00-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 725093fc6..22142e3e9 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -126,7 +126,7 @@ The global options for the chart title is defined in `Chart.defaults.global.titl Name | Type | Default | Description --- | --- | --- | --- -display | Boolean | true | Show the title block +display | Boolean | false | Show the title block position | String | 'top' | Position of the title. 'top' or 'bottom' are allowed fullWidth | Boolean | true | Marks that this box should take the full width of the canvas (pushing down other boxes) fontColor | Color | '#666' | Text color -- 2.47.2