add index for radial axes to nav and update fonts location file in pointlabels (#9024)

This commit is contained in:
Jacco van den Berg 2021-05-05 04:18:25 +02:00 committed by GitHub
parent 938865f67d
commit e021a77214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -339,6 +339,7 @@ module.exports = {
{
title: 'Radial',
children: [
'axes/radial/',
'axes/radial/linear'
],
},

View 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.