mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
change the default setting for Chart.defaults.global.title.display from true to false in the docs to match the code
This commit is contained in:
parent
c329167d7f
commit
cdf0682e39
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user