]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update wording in docs about merging options (#8533)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Fri, 26 Feb 2021 19:57:34 +0000 (20:57 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 19:57:34 +0000 (14:57 -0500)
docs/docs/charts/bar.mdx
docs/docs/charts/doughnut.mdx
docs/docs/charts/line.mdx
docs/docs/charts/polar.mdx
docs/docs/charts/radar.mdx

index 1f977dbf3b7611ab19005f9768273f5375198f88..22ea1936187cd7a9b089011efe5a423be87547ca 100644 (file)
@@ -200,7 +200,7 @@ If not set (default), the base sample widths are calculated using the smallest i
 
 ## Config Options
 
-These are the customisation options specific to Bar charts. These options are merged with the global chart configuration options, and form the options of the chart.
+These are the customisation options specific to Bar charts. These options are looked up on access, and form together with the global chart configuration, `Chart.defaults`, the options of the chart.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
index d34e296b010592d574d3d4ca751839eb5d24cf03..02838865dd0d4268bfc18d6839bee6842e82161e 100644 (file)
@@ -159,7 +159,7 @@ All these values, if `undefined`, fallback to the associated [`elements.arc.*`](
 
 ## Config Options
 
-These are the customisation options specific to Pie & Doughnut charts. These options are merged with the global chart configuration options, and form the options of the chart.
+These are the customisation options specific to Pie & Doughnut charts. These options are looked up on access, and form together with the global chart configuration the options of the chart.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
index 0536a1cead77d76206d0686e3b80d2addf6dcfdc..2a265c0a3211d8d14b1fd6831e59655ca39c2fdb 100644 (file)
@@ -179,7 +179,7 @@ If the `stepped` value is set to anything other than false, `tension` will be ig
 
 ## Configuration Options
 
-The line chart defines the following configuration options. These options are merged with the global chart configuration options, `Chart.defaults`, to form the options passed to the chart.
+The line chart defines the following configuration options. These options are looked up on access, and form together with the global chart configuration, `Chart.defaults`, the options of the chart.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
index 00155c0b2a7ce0872517fd642a3f3b36a130c145..17c5d4fa32a49ddeb6374a5fddcfbcea15b34697 100644 (file)
@@ -108,7 +108,7 @@ All these values, if `undefined`, fallback to the associated [`elements.arc.*`](
 
 ## Config Options
 
-These are the customisation options specific to Polar Area charts. These options are merged with the [global chart default options](#default-options) and form the options of the chart.
+These are the customisation options specific to Polar Area charts. These options are looked up on access, and form together with the [global chart default options](#default-options) the options of the chart.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------
index 414f49daf700a94aa095acb11100642ef98d8230..23ee58d7aacc99fc46203448f90a7ea156b2b1ab 100644 (file)
@@ -166,7 +166,7 @@ The interaction with each point can be controlled with the following properties:
 
 ## Configuration Options
 
-The radar chart defines the following configuration options. These options are merged with the global chart configuration options, `Chart.defaults`, to form the options passed to the chart.
+The radar chart defines the following configuration options. These options are looked up on access, and form together with the global chart configuration, `Chart.defaults`, the options of the chart.
 
 | Name | Type | Default | Description
 | ---- | ---- | ------- | -----------