]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
add index for radial axes to nav and update fonts location file in pointlabels (...
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Wed, 5 May 2021 02:18:25 +0000 (04:18 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 02:18:25 +0000 (22:18 -0400)
docs/.vuepress/config.js
docs/axes/radial/linear.md

index fab230f04af757c0e433b4f6fd0662339c08b5de..80cc8ff314bae683c7a496a280ebfa364cacf74e 100644 (file)
@@ -339,6 +339,7 @@ module.exports = {
             {
               title: 'Radial',
               children: [
+                'axes/radial/',
                 'axes/radial/linear'
               ],
             },
index 2d1c0e357031902846f3319517855b7d06f6b6d5..a7cd8435eabdc6fbf14275c57686840bb0ce1713 100644 (file)
@@ -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.