From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Wed, 5 May 2021 02:18:25 +0000 (+0200) Subject: add index for radial axes to nav and update fonts location file in pointlabels (... X-Git-Tag: v3.3.0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e021a77214daecbca0502da9d4245acbc2c46a1e;p=thirdparty%2FChart.js.git add index for radial axes to nav and update fonts location file in pointlabels (#9024) --- diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fab230f04..80cc8ff31 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -339,6 +339,7 @@ module.exports = { { title: 'Radial', children: [ + 'axes/radial/', 'axes/radial/linear' ], }, diff --git a/docs/axes/radial/linear.md b/docs/axes/radial/linear.md index 2d1c0e357..a7cd8435e 100644 --- a/docs/axes/radial/linear.md +++ b/docs/axes/radial/linear.md @@ -123,7 +123,7 @@ Namespace: `options.scales[scaleId].pointLabels` | `display` | `boolean` | | `true` | if true, point labels are shown. | `callback` | `function` | | | Callback function to transform data labels to point labels. The default implementation simply returns the current string. | `color` | [`Color`](../../general/colors.md) | Yes | `Chart.defaults.color` | Color of label. -| `font` | `Font` | Yes | `Chart.defaults.font` | See [Fonts](./general/fonts.md) +| `font` | `Font` | Yes | `Chart.defaults.font` | See [Fonts](../../general/fonts.md) | `padding` | `number` | Yes | 5 | Padding between chart and point labels. The scriptable context is described in [Options](../../general/options.md#scale) section.