## 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
| ---- | ---- | ------- | -----------
## 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
| ---- | ---- | ------- | -----------
## 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
| ---- | ---- | ------- | -----------
## 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
| ---- | ---- | ------- | -----------
## 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
| ---- | ---- | ------- | -----------