From: Sam Stevens Date: Wed, 27 Apr 2016 11:34:58 +0000 (+0100) Subject: change the default setting for Chart.defaults.global.title.display from true to false... X-Git-Tag: 2.1.0~29^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F2391%2Fhead;p=thirdparty%2FChart.js.git change the default setting for Chart.defaults.global.title.display from true to false in the docs to match the code --- 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