diff --git a/docs/docs/configuration/title.md b/docs/docs/configuration/title.md index 243474385..b48c6eef3 100644 --- a/docs/docs/configuration/title.md +++ b/docs/docs/configuration/title.md @@ -14,7 +14,7 @@ The title configuration is passed into the `options.plugins.title` namespace. Th | `color` | [`Color`](../general/colors.md) | `Chart.defaults.color` | Color of text. | `display` | `boolean` | `false` | Is the title shown? | `position` | `string` | `'top'` | Position of title. [more...](#position) -| `font` | `Font` | `Chart.defaults.font` | See [Fonts](../general/fonts.md) +| `font` | `Font` | `{style: 'bold'}` | See [Fonts](../general/fonts.md) | `padding` | `number`\|`{top: number, bottom: number}` | `10` | Adds padding above and below the title text if a single number is specified. It is also possible to change top and bottom padding separately. | `text` | `string`\|`string[]` | `''` | Title text to display. If specified as an array, text is rendered on multiple lines.