diff --git a/docs/axes/radial/linear.md b/docs/axes/radial/linear.md index 8e6e11c0c..465649825 100644 --- a/docs/axes/radial/linear.md +++ b/docs/axes/radial/linear.md @@ -142,7 +142,7 @@ Namespace: `options.scales[scaleId].angleLines` 1. the `borderDash` setting only accepts a static value or a function. Passing an array of arrays is not supported. -The scriptable context is described in [Options](../../general/options.md#scale) section. +The scriptable context is described in [Options](../../general/options.md#pointLabel) section. ## Point Label Options @@ -161,7 +161,7 @@ Namespace: `options.scales[scaleId].pointLabels` | `padding` | `number` | Yes | 5 | Padding between chart and point labels. | [`centerPointLabels`](../../samples/other-charts/polar-area-center-labels.md) | `boolean` | | `false` | If true, point labels are centered. -The scriptable context is described in [Options](../../general/options.md#scale) section. +The scriptable context is described in [Options](../../general/options.md#pointLabel) section. ## Internal data format diff --git a/docs/general/options.md b/docs/general/options.md index 55f90480c..b986e6b74 100644 --- a/docs/general/options.md +++ b/docs/general/options.md @@ -168,6 +168,14 @@ In addition to [scale](#scale) * `index`: tick index * `type`: `'tick'` +### pointLabel + +In addition to [scale](#scale) + +* `label`: the associated label value +* `index`: label index +* `type`: `'pointLabel'` + ### tooltip In addition to [chart](#chart)