From 9704e5ad78157030afe471942ecf735f2aeffb65 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Fri, 26 Feb 2021 18:38:19 +0100 Subject: [PATCH] Update wording in docs about merging options --- docs/docs/charts/bar.mdx | 2 +- docs/docs/charts/doughnut.mdx | 2 +- docs/docs/charts/line.mdx | 2 +- docs/docs/charts/polar.mdx | 2 +- docs/docs/charts/radar.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/charts/bar.mdx b/docs/docs/charts/bar.mdx index 1f977dbf3b7..22ea1936187 100644 --- a/docs/docs/charts/bar.mdx +++ b/docs/docs/charts/bar.mdx @@ -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 | ---- | ---- | ------- | ----------- diff --git a/docs/docs/charts/doughnut.mdx b/docs/docs/charts/doughnut.mdx index d34e296b010..02838865dd0 100644 --- a/docs/docs/charts/doughnut.mdx +++ b/docs/docs/charts/doughnut.mdx @@ -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 | ---- | ---- | ------- | ----------- diff --git a/docs/docs/charts/line.mdx b/docs/docs/charts/line.mdx index 0536a1cead7..2a265c0a321 100644 --- a/docs/docs/charts/line.mdx +++ b/docs/docs/charts/line.mdx @@ -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 | ---- | ---- | ------- | ----------- diff --git a/docs/docs/charts/polar.mdx b/docs/docs/charts/polar.mdx index 00155c0b2a7..17c5d4fa32a 100644 --- a/docs/docs/charts/polar.mdx +++ b/docs/docs/charts/polar.mdx @@ -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 | ---- | ---- | ------- | ----------- diff --git a/docs/docs/charts/radar.mdx b/docs/docs/charts/radar.mdx index 414f49daf70..23ee58d7aac 100644 --- a/docs/docs/charts/radar.mdx +++ b/docs/docs/charts/radar.mdx @@ -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 | ---- | ---- | ------- | -----------